ncannasse %!s(int64=7) %!d(string=hai) anos
pai
achega
0b957939dc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);
 		}