ncannasse il y a 7 ans
Parent
commit
0b957939dc
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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);
 		}