Bläddra i källkod

bugfix pre rotation

ncannasse 7 år sedan
förälder
incheckning
1f6f2f977c
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      hxd/fmt/fbx/BaseLibrary.hx

+ 1 - 1
hxd/fmt/fbx/BaseLibrary.hx

@@ -991,7 +991,7 @@ class BaseLibrary {
 				}
 			}
 			if( frames != null )
-				anim.addCurve(c.object, frames, c.r != null || def.rotate != null, c.s != null || def.scale != null);
+				anim.addCurve(c.object, frames, c.r != null || def.rotate != null || def.preRot != null, c.s != null || def.scale != null);
 			if( alpha != null )
 				anim.addAlphaCurve(c.object, alpha);
 			if( uvs != null )