Fix transforms trying to continue after a cancel
This commit is contained in:
parent
0c51ede243
commit
26f920f85e
1 changed files with 1 additions and 0 deletions
|
|
@ -5664,6 +5664,7 @@ void Node3DEditorViewport::finish_transform() {
|
|||
spatial_editor->update_transform_gizmo();
|
||||
surface->queue_redraw();
|
||||
set_process_input(false);
|
||||
clicked = ObjectID();
|
||||
}
|
||||
|
||||
// Register a shortcut and also add it as an input action with the same events.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue