diff options
author | kobewi <kobewi4e@gmail.com> | 2024-06-07 15:02:13 +0200 |
---|---|---|
committer | kobewi <kobewi4e@gmail.com> | 2024-06-07 15:02:13 +0200 |
commit | 461bb8ee025c63965ff38929d6f8e84289c97ab5 (patch) | |
tree | 2c93cc03498be14907cafa61e885a79b8d505047 /editor/animation_track_editor.h | |
parent | e96ad5af98547df71b50c4c4695ac348638113e0 (diff) | |
download | redot-engine-461bb8ee025c63965ff38929d6f8e84289c97ab5.tar.gz |
Don't allow creating invalid RESET keys
Diffstat (limited to 'editor/animation_track_editor.h')
-rw-r--r-- | editor/animation_track_editor.h | 1 |
1 files changed, 1 insertions, 0 deletions
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(); |