Animation, pass mixingOut.

This commit is contained in:
NathanSweet 2016-10-31 12:18:44 +01:00
parent 3726fef187
commit 9e5078cd9b

View File

@ -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. */