2
0
Эх сурвалжийг харах

optimize: prevent creating tmp joint objects when we find it in skin.

ncannasse 7 жил өмнө
parent
commit
9dcf4b7def
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      h3d/anim/Animation.hx

+ 1 - 0
h3d/anim/Animation.hx

@@ -141,6 +141,7 @@ class Animation implements hxd.impl.Serializable {
 				if( j != null ) {
 					a.targetSkin = currentSkin;
 					a.targetJoint = j.index;
+					continue;
 				}
 			}
 			var obj = base.getObjectByName(a.objectName);