summaryrefslogtreecommitdiff
path: root/src/resources/animation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/animation.cpp')
-rw-r--r--src/resources/animation.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/resources/animation.cpp b/src/resources/animation.cpp
index 379a0e9f2..972dc15a2 100644
--- a/src/resources/animation.cpp
+++ b/src/resources/animation.cpp
@@ -28,7 +28,8 @@
#include "debug.h"
-Animation::Animation():
+Animation::Animation() :
+ mFrames(),
mDuration(0)
{
}