Skip to content

Commit

Permalink
[animgraph] removed trace
Browse files Browse the repository at this point in the history
  • Loading branch information
EspeuteClement committed Jan 30, 2025
1 parent 32d0fcc commit f004084
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hrt/animgraph/nodes/BlendSpace2D.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f004084

Please sign in to comment.