Bladeren bron

Fix duplicate models

trethaller 7 jaren geleden
bovenliggende
commit
d53de3b143
1 gewijzigde bestanden met toevoegingen van 0 en 1 verwijderingen
  1. 0 1
      hide/prefab/fx/FXScene.hx

+ 0 - 1
hide/prefab/fx/FXScene.hx

@@ -235,7 +235,6 @@ class FXScene extends Library {
 		ctx = ctx.clone(this);
 		ctx = ctx.clone(this);
 		super.makeInstance(ctx);
 		super.makeInstance(ctx);
 		var fxanim = new FXAnimation(ctx.local3d);
 		var fxanim = new FXAnimation(ctx.local3d);
-		var ctx = super.makeInstance(ctx);
 		getObjAnimations(ctx, this, fxanim.objects);
 		getObjAnimations(ctx, this, fxanim.objects);
 		getShaderAnims(ctx, this, fxanim.shaderAnims);
 		getShaderAnims(ctx, this, fxanim.shaderAnims);
 		ctx.local3d = fxanim;
 		ctx.local3d = fxanim;