From b83dc9b25bb97f26c0cb591578a38afdd589104a Mon Sep 17 00:00:00 2001 From: "Silc Lizard (Tokage) Renew" <61938263+TokageItLab@users.noreply.github.com> Date: Sun, 2 Jun 2024 09:36:30 +0900 Subject: Fix unstable AnimationTrackEditor snapping value --- editor/animation_track_editor.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'editor/animation_track_editor.h') 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 &p_select_candidates); void _pick_track_filter_input(const Ref &p_ie); + double snap_unit; + void _update_snap_unit(); + protected: static void _bind_methods(); void _notification(int p_what); -- cgit v1.2.3