From 461bb8ee025c63965ff38929d6f8e84289c97ab5 Mon Sep 17 00:00:00 2001 From: kobewi Date: Fri, 7 Jun 2024 15:02:13 +0200 Subject: Don't allow creating invalid RESET keys --- editor/animation_track_editor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'editor/animation_track_editor.h') diff --git a/editor/animation_track_editor.h b/editor/animation_track_editor.h index f449b51b81..0f7f983c19 100644 --- a/editor/animation_track_editor.h +++ b/editor/animation_track_editor.h @@ -724,6 +724,7 @@ public: bool is_key_clipboard_active() const; bool is_moving_selection() const; bool is_snap_enabled() const; + bool can_add_reset_key() const; float get_moving_selection_offset() const; float snap_time(float p_value, bool p_relative = false); bool is_grouping_tracks(); -- cgit v1.2.3