Skip to content

Commit 08d2d21

Browse files
committed
Fix doubled transformation when mouse released
1 parent 8ebf8ae commit 08d2d21

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

editor/animation/animation_blend_space_1d_editor.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ void AnimationNodeBlendSpace1DEditor::_blend_space_gui_input(const Ref<InputEven
167167
undo_redo->add_undo_method(this, "_update_edited_point_pos");
168168
undo_redo->commit_action();
169169
updating = false;
170-
_update_edited_point_pos();
171170
}
172171

173172
dragging_selected_attempt = false;

editor/animation/animation_blend_space_2d_editor.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,6 @@ void AnimationNodeBlendSpace2DEditor::_blend_space_gui_input(const Ref<InputEven
262262
undo_redo->add_undo_method(this, "_update_edited_point_pos");
263263
undo_redo->commit_action();
264264
updating = false;
265-
_update_edited_point_pos();
266265
}
267266
}
268267
dragging_selected_attempt = false;

0 commit comments

Comments
 (0)