mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
[libgdx] Removed unnecessary local.
This commit is contained in:
parent
454ecf0c2c
commit
bc77029711
@ -666,7 +666,6 @@ public class AnimationState {
|
|||||||
private void animationsChanged () {
|
private void animationsChanged () {
|
||||||
animationsChanged = false;
|
animationsChanged = false;
|
||||||
|
|
||||||
IntSet propertyIDs = this.propertyIDs;
|
|
||||||
propertyIDs.clear(2048);
|
propertyIDs.clear(2048);
|
||||||
|
|
||||||
for (int i = 0, n = tracks.size; i < n; i++) {
|
for (int i = 0, n = tracks.size; i < n; i++) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user