diff options
Diffstat (limited to 'src/simpleanimation.cpp')
-rw-r--r-- | src/simpleanimation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simpleanimation.cpp b/src/simpleanimation.cpp index 46101ae52..915483d99 100644 --- a/src/simpleanimation.cpp +++ b/src/simpleanimation.cpp @@ -48,7 +48,7 @@ SimpleAnimation::SimpleAnimation(Animation *const animation) : } SimpleAnimation::SimpleAnimation(const XmlNodePtr animationNode, - const std::string& dyePalettes): + const std::string& dyePalettes) : mAnimation(new Animation), mAnimationTime(0), mAnimationPhase(0), |