Explorar el Código

Fix Reference makeInstance

trethaller hace 6 años
padre
commit
f39819f254
Se han modificado 1 ficheros con 1 adiciones y 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()) {
 		if(isFile()) {
 			ctx = super.makeInstance(ctx);
 			ctx = super.makeInstance(ctx);
 			ctx.isRef = true;
 			ctx.isRef = true;
-			p.makeInstance(ctx);
+			p.make(ctx);
 		}
 		}
 		else {
 		else {
 			ctx = ctx.clone(this);
 			ctx = ctx.clone(this);