summaryrefslogtreecommitdiffstats
path: root/scene/animation/animation_player.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/animation/animation_player.h')
-rw-r--r--scene/animation/animation_player.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/animation/animation_player.h b/scene/animation/animation_player.h
index f7c05b23d7..13e1e37ca9 100644
--- a/scene/animation/animation_player.h
+++ b/scene/animation/animation_player.h
@@ -188,7 +188,9 @@ public:
double get_current_animation_position() const;
double get_current_animation_length() const;
+#ifdef TOOLS_ENABLED
void get_argument_options(const StringName &p_function, int p_idx, List<String> *r_options) const override;
+#endif
virtual void advance(double p_time) override;