ncannasse 7 년 전
부모
커밋
0b957939dc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      hxd/prefab/ContextShared.hx

+ 1 - 1
hxd/prefab/ContextShared.hx

@@ -136,7 +136,7 @@ class ContextShared {
 			var ctx = contexts.get(c);
 			if( ctx == null ) continue;
 			if( ctx.local3d == base )
-				getChildRoots(base, c, out);
+				getChildrenRoots(base, c, out);
 			else
 				out.push(ctx.local3d);
 		}