[libgdx] Removed unnecessary local.

This commit is contained in:
NathanSweet 2018-09-06 15:35:40 +02:00
parent 454ecf0c2c
commit bc77029711

View File

@ -666,7 +666,6 @@ public class AnimationState {
private void animationsChanged () {
animationsChanged = false;
IntSet propertyIDs = this.propertyIDs;
propertyIDs.clear(2048);
for (int i = 0, n = tracks.size; i < n; i++) {