mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-16 01:08:56 +00:00
GRIM: Initialize _anim._time to -1.
This commit is contained in:
parent
036f4a5b54
commit
fdd249e438
@ -876,6 +876,8 @@ void KeyframeComponent::init() {
|
||||
_hier = NULL;
|
||||
_numNodes = 0;
|
||||
}
|
||||
|
||||
_anim._time = -1;
|
||||
}
|
||||
|
||||
void KeyframeComponent::saveState(SaveGame *state) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user