aboutsummaryrefslogtreecommitdiff
path: root/scene/animation/animation_player.h
diff options
context:
space:
mode:
authorJuan Linietsky2017-01-13 19:36:04 -0300
committerJuan Linietsky2017-01-13 19:36:04 -0300
commit00ec16e3f3a98339ec7462675fa41b3dd240861b (patch)
treebf2b76e70583a0b94ace525cc612b267b3d9d488 /scene/animation/animation_player.h
parenta97551902e24ef1ac8fd709d77a5195b73c6c1ae (diff)
downloadgodot-00ec16e3f3a98339ec7462675fa41b3dd240861b.tar.gz
godot-00ec16e3f3a98339ec7462675fa41b3dd240861b.tar.zst
godot-00ec16e3f3a98339ec7462675fa41b3dd240861b.zip
Diffstat (limited to 'scene/animation/animation_player.h')
-rw-r--r--scene/animation/animation_player.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/scene/animation/animation_player.h b/scene/animation/animation_player.h
index 94955bec6..41bae6c92 100644
--- a/scene/animation/animation_player.h
+++ b/scene/animation/animation_player.h
@@ -271,8 +271,8 @@ public:
bool is_active() const;
bool is_valid() const;
- void set_speed(float p_speed);
- float get_speed() const;
+ void set_speed_scale(float p_speed);
+ float get_speed_scale() const;
void set_autoplay(const String& pname);
String get_autoplay() const;