Fixes Node3D rotation in select mode on macOS
This commit is contained in:
parent
cba3b024b5
commit
879a290ed9
1 changed files with 1 additions and 1 deletions
|
@ -1279,7 +1279,7 @@ void Node3DEditorViewport::_sinput(const Ref<InputEvent> &p_event) {
|
|||
clicked = ObjectID();
|
||||
clicked_includes_current = false;
|
||||
|
||||
if ((spatial_editor->get_tool_mode() == Node3DEditor::TOOL_MODE_SELECT && b->get_control()) || spatial_editor->get_tool_mode() == Node3DEditor::TOOL_MODE_ROTATE) {
|
||||
if ((spatial_editor->get_tool_mode() == Node3DEditor::TOOL_MODE_SELECT && b->get_command()) || spatial_editor->get_tool_mode() == Node3DEditor::TOOL_MODE_ROTATE) {
|
||||
/* HANDLE ROTATION */
|
||||
if (get_selected_count() == 0) {
|
||||
break; //bye
|
||||
|
|
Loading…
Reference in a new issue