Explorar o código

Fix Reference makeInstance

trethaller %!s(int64=6) %!d(string=hai) anos
pai
achega
f39819f254
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      hide/prefab/Reference.hx

+ 1 - 1
hide/prefab/Reference.hx

@@ -79,7 +79,7 @@ class Reference extends Object3D {
 		if(isFile()) {
 			ctx = super.makeInstance(ctx);
 			ctx.isRef = true;
-			p.makeInstance(ctx);
+			p.make(ctx);
 		}
 		else {
 			ctx = ctx.clone(this);