diff options
Diffstat (limited to 'scene/animation/animation_mixer.h')
-rw-r--r-- | scene/animation/animation_mixer.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scene/animation/animation_mixer.h b/scene/animation/animation_mixer.h index 5f7e6c5429..682246f9ab 100644 --- a/scene/animation/animation_mixer.h +++ b/scene/animation/animation_mixer.h @@ -326,7 +326,10 @@ protected: void _get_property_list(List<PropertyInfo> *p_list) const; void _notification(int p_what); virtual void _validate_property(PropertyInfo &p_property) const; + +#ifdef TOOLS_ENABLED virtual void get_argument_options(const StringName &p_function, int p_idx, List<String> *r_options) const override; +#endif static void _bind_methods(); void _node_removed(Node *p_node); |