diff options
Diffstat (limited to 'scene/animation/tween.h')
-rw-r--r-- | scene/animation/tween.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scene/animation/tween.h b/scene/animation/tween.h index 8718528ad6..5d1d9ba5fc 100644 --- a/scene/animation/tween.h +++ b/scene/animation/tween.h @@ -147,7 +147,8 @@ public: bool remove_all(); bool seek(real_t p_time); - real_t get_runtime(); + real_t tell() const; + real_t get_runtime() const; bool interpolate_property(Node *p_node , String p_property |