diff options
Diffstat (limited to 'tools/editor/animation_editor.h')
-rw-r--r-- | tools/editor/animation_editor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/animation_editor.h b/tools/editor/animation_editor.h index c8a539179e..5e81439fe6 100644 --- a/tools/editor/animation_editor.h +++ b/tools/editor/animation_editor.h @@ -324,7 +324,7 @@ public: Ref<Animation> get_current_animation() const; void set_root(Node *p_root); Node *get_root() const; - void set_keying(bool p_enabled); + void update_keying(); bool has_keying() const; void cleanup(); |