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);
 		}