mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 07:14:55 +08:00
Merge branch '3.6' into 3.7-beta
This commit is contained in:
commit
447cce2f84
@ -610,13 +610,9 @@ public class AnimationState {
|
||||
propertyIDs.clear();
|
||||
Array<TrackEntry> mixingTo = this.mixingTo;
|
||||
|
||||
TrackEntry lastEntry = null;
|
||||
for (int i = 0, n = tracks.size; i < n; i++) {
|
||||
TrackEntry entry = tracks.get(i);
|
||||
if (entry != null) {
|
||||
entry.setTimelineData(lastEntry, mixingTo, propertyIDs);
|
||||
lastEntry = entry;
|
||||
}
|
||||
if (entry != null) entry.setTimelineData(null, mixingTo, propertyIDs);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user