Kaynağa Gözat

FX: Remove trace

trethaller 5 yıl önce
ebeveyn
işleme
20978518df
1 değiştirilmiş dosya ile 1 ekleme ve 4 silme
  1. 1 4
      hrt/prefab/fx/FX.hx

+ 1 - 4
hrt/prefab/fx/FX.hx

@@ -85,7 +85,7 @@ class FXAnimation extends h3d.scene.Object {
 		if(emitters != null)
 			for(emitter in emitters)
 				emitter.setParticleVibility(ctx.visibleFlag);
-		
+
 		if (additionLoopDuration > 0) {
 			if (totalTime > startLoop) {
 				var timeLeft = endLoop + additionLoopDuration - totalTime;
@@ -310,10 +310,7 @@ class FXAnimation extends h3d.scene.Object {
 			if( srcObj != null && targetObj != null ) {
 				srcObj.follow = targetObj;
 				srcObj.followPositionOnly = co.positionOnly;
-				//trace ("Resolve constraint for FX : " + objectName + " to " + targetName);
 			}
-			else
-				trace ("Failed te resolve constraint for FX : "+ this.toString() + ", from " + objectName + " to " + targetName);
 		}
 	}
 }