diff options
Diffstat (limited to 'app/animation.h')
-rw-r--r-- | app/animation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/animation.h b/app/animation.h index 8228d62..811c038 100644 --- a/app/animation.h +++ b/app/animation.h @@ -83,7 +83,7 @@ class Animation { void End(); // Return whether this animation is animating. - bool IsAnimating(); + bool IsAnimating() const; // Changes the length of the animation. This resets the current // state of the animation to the beginning. |