2
0
Эх сурвалжийг харах

[animgraph] removed trace

Clément Espeute 7 сар өмнө
parent
commit
76153f2d97

+ 0 - 2
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);