diff options
author | Silc Lizard (Tokage) Renew <61938263+TokageItLab@users.noreply.github.com> | 2024-06-02 09:36:30 +0900 |
---|---|---|
committer | Silc Lizard (Tokage) Renew <61938263+TokageItLab@users.noreply.github.com> | 2024-06-04 22:06:40 +0900 |
commit | b83dc9b25bb97f26c0cb591578a38afdd589104a (patch) | |
tree | 0008995f87abd480783c1a56ebee3cb1a7809ee4 /editor/animation_track_editor.h | |
parent | 7b63ac488e6e27b1d712bbd6b55afae46c0028ff (diff) | |
download | redot-engine-b83dc9b25bb97f26c0cb591578a38afdd589104a.tar.gz |
Fix unstable AnimationTrackEditor snapping value
Diffstat (limited to 'editor/animation_track_editor.h')
-rw-r--r-- | editor/animation_track_editor.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editor/animation_track_editor.h b/editor/animation_track_editor.h index f449b51b81..09f751c8dd 100644 --- a/editor/animation_track_editor.h +++ b/editor/animation_track_editor.h @@ -649,6 +649,9 @@ class AnimationTrackEditor : public VBoxContainer { void _pick_track_select_recursive(TreeItem *p_item, const String &p_filter, Vector<Node *> &p_select_candidates); void _pick_track_filter_input(const Ref<InputEvent> &p_ie); + double snap_unit; + void _update_snap_unit(); + protected: static void _bind_methods(); void _notification(int p_what); |