瀏覽代碼

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

ncannasse 7 年之前
父節點
當前提交
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);