Skip to content

Commit 26f920f

Browse files
committed
Fix transforms trying to continue after a cancel
1 parent 0c51ede commit 26f920f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

editor/scene/3d/node_3d_editor_plugin.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5664,6 +5664,7 @@ void Node3DEditorViewport::finish_transform() {
56645664
spatial_editor->update_transform_gizmo();
56655665
surface->queue_redraw();
56665666
set_process_input(false);
5667+
clicked = ObjectID();
56675668
}
56685669

56695670
// Register a shortcut and also add it as an input action with the same events.

0 commit comments

Comments
 (0)