diff options
Diffstat (limited to 'src/simpleanimation.cpp')
-rw-r--r-- | src/simpleanimation.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simpleanimation.cpp b/src/simpleanimation.cpp index 595a7aaaf..f9966d83f 100644 --- a/src/simpleanimation.cpp +++ b/src/simpleanimation.cpp @@ -49,6 +49,7 @@ SimpleAnimation::SimpleAnimation(const XmlNodePtr animationNode, mAnimation(new Animation), mAnimationTime(0), mAnimationPhase(0), + mCurrentFrame(nullptr), mInitialized(false) { initializeAnimation(animationNode, dyePalettes); |