mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 19:34:02 +02:00
fix for animations stopping after domain restart
This commit is contained in:
parent
e2e7a60c0f
commit
f178fc789c
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ const float AnimationLoop::MAXIMUM_POSSIBLE_FRAME = 100000.0f;
|
|||
|
||||
AnimationLoop::AnimationLoop() :
|
||||
_fps(30.0f),
|
||||
_loop(false),
|
||||
_loop(true),
|
||||
_hold(false),
|
||||
_startAutomatically(false),
|
||||
_firstFrame(0.0f),
|
||||
|
|
Loading…
Reference in a new issue