mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-15 03:21:35 +08:00
Set lastTime to zero.
Shouldn't be different from the constructor.
This commit is contained in:
parent
8dace6cfef
commit
156d531b1a
@ -312,7 +312,7 @@ public class AnimationState {
|
||||
animation = null;
|
||||
listener = null;
|
||||
timeScale = 1;
|
||||
lastTime = -1;
|
||||
lastTime = 0;
|
||||
time = 0;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user