mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +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();
|
propertyIDs.clear();
|
||||||
Array<TrackEntry> mixingTo = this.mixingTo;
|
Array<TrackEntry> mixingTo = this.mixingTo;
|
||||||
|
|
||||||
TrackEntry lastEntry = null;
|
|
||||||
for (int i = 0, n = tracks.size; i < n; i++) {
|
for (int i = 0, n = tracks.size; i < n; i++) {
|
||||||
TrackEntry entry = tracks.get(i);
|
TrackEntry entry = tracks.get(i);
|
||||||
if (entry != null) {
|
if (entry != null) entry.setTimelineData(null, mixingTo, propertyIDs);
|
||||||
entry.setTimelineData(lastEntry, mixingTo, propertyIDs);
|
|
||||||
lastEntry = entry;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user