summaryrefslogtreecommitdiff
path: root/src/resources/animation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/animation.h')
-rw-r--r--src/resources/animation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/animation.h b/src/resources/animation.h
index 1629aebf..14ba2b27 100644
--- a/src/resources/animation.h
+++ b/src/resources/animation.h
@@ -70,7 +70,7 @@ class Animation
int getLength() const { return mFrames.size(); }
/**
- * Returns the duration of this animation.
+ * Returns the duration of this animation in milliseconds.
*/
int getDuration() const { return mDuration; }