2
0
kirillsurkov 4 жил өмнө
parent
commit
5ca2cbb7ae

+ 1 - 1
code/AssetLib/FBX/FBXExporter.cpp

@@ -1803,7 +1803,7 @@ void FBXExporter::WriteObjects ()
             blendchannel_uid, blendshape_name + FBX::SEPARATOR + "SubDeformer", "BlendShapeChannel"
             blendchannel_uid, blendshape_name + FBX::SEPARATOR + "SubDeformer", "BlendShapeChannel"
         );
         );
         sdnode.AddChild("Version", int32_t(100));
         sdnode.AddChild("Version", int32_t(100));
-        sdnode.AddChild("DeformPercent", float_t(0.0));
+        sdnode.AddChild("DeformPercent", float(0.0));
         FBX::Node p("Properties70");
         FBX::Node p("Properties70");
         p.AddP70numberA("DeformPercent", 0.0);
         p.AddP70numberA("DeformPercent", 0.0);
         sdnode.AddChild(p);
         sdnode.AddChild(p);