Skip to content

Commit 218a3dc

Browse files
committed
fix issue #1089 (assert in MorphTrack.setKeyframes() fails)
1 parent edc7cde commit 218a3dc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

jme3-core/src/main/java/com/jme3/anim/MorphTrack.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,6 @@ public void setKeyframes(float[] times, float[] weights) {
128128
}
129129

130130
this.weights = weights;
131-
132-
assert times.length == weights.length;
133131
}
134132
}
135133

0 commit comments

Comments
 (0)