Merge pull request #6951 from ZappoMan/fixAnimationRestart

fix for animations stopping after domain restart
This commit is contained in:
Anthony Thibault 2016-01-27 14:31:27 -08:00
commit 3cdd88e06c

View file

@ -18,7 +18,7 @@ const float AnimationLoop::MAXIMUM_POSSIBLE_FRAME = 100000.0f;
AnimationLoop::AnimationLoop() : AnimationLoop::AnimationLoop() :
_fps(30.0f), _fps(30.0f),
_loop(false), _loop(true),
_hold(false), _hold(false),
_startAutomatically(false), _startAutomatically(false),
_firstFrame(0.0f), _firstFrame(0.0f),