فهرست منبع

Fix duplicate models

trethaller 7 سال پیش
والد
کامیت
d53de3b143
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  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);
 		super.makeInstance(ctx);
 		var fxanim = new FXAnimation(ctx.local3d);
-		var ctx = super.makeInstance(ctx);
 		getObjAnimations(ctx, this, fxanim.objects);
 		getShaderAnims(ctx, this, fxanim.shaderAnims);
 		ctx.local3d = fxanim;