diff --git a/hrt/animgraph/nodes/BlendSpace2D.hx b/hrt/animgraph/nodes/BlendSpace2D.hx index c478962d..679a2b00 100644 --- a/hrt/animgraph/nodes/BlendSpace2D.hx +++ b/hrt/animgraph/nodes/BlendSpace2D.hx @@ -229,8 +229,6 @@ class BlendSpace2D extends AnimNode { nullWeights /= (3 - nulls); } - trace(nullWeights, weights); - for (i => pt in triangles[currentTriangle]) { if(pt.animInfo != null && pt.animInfo.keepSync) { var blendLength = pt.animInfo.anim.getDuration()/pt.speed * (weights[i] + nullWeights);