mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 17:56:04 +08:00
[as3] Fixed compiler warning.
This commit is contained in:
parent
b8bf2a9bbb
commit
70e86e23a1
@ -618,7 +618,6 @@ package spine.animation {
|
||||
animationsChanged = false;
|
||||
|
||||
propertyIDs.clear();
|
||||
var tracks = this.tracks;
|
||||
for (var i : int = 0, n : int = tracks.length; i < n; i++) {
|
||||
var entry : TrackEntry = tracks[i];
|
||||
if (!entry) continue;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user