|
float animationLast = current.animationLast, animationTime = current.getAnimationTime();
|
|
float animationLast = current.animationLast, animationTime = current.getAnimationTime();
|
|
((Timeline)timelines[ii]).apply(skeleton, animationLast, animationTime, events, mix, blend, MixDirection.in);
|
|
((Timeline)timelines[ii]).apply(skeleton, animationLast, animationTime, events, mix, blend, MixDirection.in);
|