trethaller пре 7 година
родитељ
комит
e44073e4cb
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      hxd/prefab/Prefab.hx

+ 1 - 1
hxd/prefab/Prefab.hx

@@ -233,7 +233,7 @@ class Prefab {
 		return arr;
 	}
 
-	public function visitChildren(func: hide.prefab.Prefab->Bool) {
+	public function visitChildren(func: Prefab->Bool) {
 		for(c in children) {
 			if(func(c))
 				c.visitChildren(func);