mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-05 14:54:53 +08:00
parent
296d019bac
commit
5191cf4f5f
@ -302,7 +302,7 @@ public class AnimationState {
|
||||
|
||||
if (delay <= 0) {
|
||||
if (last != null)
|
||||
delay += last.endTime - data.getMix(last.animation, animation);
|
||||
delay += last.endTime * (1 + (int)(last.time / last.endTime)) - data.getMix(last.animation, animation);
|
||||
else
|
||||
delay = 0;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user