From d88df641eec1fcc246f078827a94bfbebcaf5dff Mon Sep 17 00:00:00 2001 From: emild Date: Sun, 18 Feb 2024 14:04:26 +0100 Subject: Fix snapping multiple keys in Animation --- editor/animation_track_editor.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'editor/animation_track_editor.h') diff --git a/editor/animation_track_editor.h b/editor/animation_track_editor.h index 0d6f93fefc..d7fddc95da 100644 --- a/editor/animation_track_editor.h +++ b/editor/animation_track_editor.h @@ -286,9 +286,11 @@ class AnimationTrackEdit : public Control { mutable int dropping_at = 0; float insert_at_pos = 0.0f; bool moving_selection_attempt = false; + bool moving_selection_effective = false; + float moving_selection_pivot = 0.0f; + float moving_selection_mouse_begin_x = 0.0f; int select_single_attempt = -1; bool moving_selection = false; - float moving_selection_from_ofs = 0.0f; bool in_group = false; AnimationTrackEditor *editor = nullptr; -- cgit v1.2.3