summaryrefslogtreecommitdiff
path: root/scene/animation/tween.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/animation/tween.h')
-rw-r--r--scene/animation/tween.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/scene/animation/tween.h b/scene/animation/tween.h
index 12c7aa62a1..07c2e90da2 100644
--- a/scene/animation/tween.h
+++ b/scene/animation/tween.h
@@ -165,8 +165,8 @@ public:
void set_tween_process_mode(TweenProcessMode p_mode);
TweenProcessMode get_tween_process_mode() const;
- void set_speed(float p_speed);
- float get_speed() const;
+ void set_speed_scale(float p_speed);
+ float get_speed_scale() const;
bool start();
bool reset(Object *p_node, String p_key);