mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-10 09:08:42 +08:00
Animation, pass mixingOut.
This commit is contained in:
parent
3726fef187
commit
9e5078cd9b
@ -78,7 +78,7 @@ public class Animation {
|
||||
|
||||
Array<Timeline> timelines = this.timelines;
|
||||
for (int i = 0, n = timelines.size; i < n; i++)
|
||||
timelines.get(i).apply(skeleton, lastTime, time, events, alpha, setupPose, false);
|
||||
timelines.get(i).apply(skeleton, lastTime, time, events, alpha, setupPose, mixingOut);
|
||||
}
|
||||
|
||||
/** The animation's name, which is unique within the skeleton. */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user