fix for animations stopping after domain restart

This commit is contained in:
Brad Hefta-Gaub 2016-01-26 18:44:34 -08:00
parent e2e7a60c0f
commit f178fc789c

View file

@ -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),