Fix doubled transformation when mouse released
This commit is contained in:
parent
8ebf8ae23c
commit
08d2d21a79
2 changed files with 0 additions and 2 deletions
|
|
@ -167,7 +167,6 @@ void AnimationNodeBlendSpace1DEditor::_blend_space_gui_input(const Ref<InputEven
|
|||
undo_redo->add_undo_method(this, "_update_edited_point_pos");
|
||||
undo_redo->commit_action();
|
||||
updating = false;
|
||||
_update_edited_point_pos();
|
||||
}
|
||||
|
||||
dragging_selected_attempt = false;
|
||||
|
|
|
|||
|
|
@ -262,7 +262,6 @@ void AnimationNodeBlendSpace2DEditor::_blend_space_gui_input(const Ref<InputEven
|
|||
undo_redo->add_undo_method(this, "_update_edited_point_pos");
|
||||
undo_redo->commit_action();
|
||||
updating = false;
|
||||
_update_edited_point_pos();
|
||||
}
|
||||
}
|
||||
dragging_selected_attempt = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue