diff options
Diffstat (limited to 'app/multi_animation.h')
-rw-r--r-- | app/multi_animation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/multi_animation.h b/app/multi_animation.h index 0f4b38c..f565000 100644 --- a/app/multi_animation.h +++ b/app/multi_animation.h @@ -53,7 +53,7 @@ class MultiAnimation : public Animation { // Returns the current value. The current value for a MultiAnimation is // determined from the tween type of the current part. - virtual double GetCurrentValue() const { return current_value_; } + virtual double GetCurrentValue() const; // Returns the index of the current part. size_t current_part_index() const { return current_part_index_; } |