Fix shortcut reset for spatial_editor/tool_select

This commit is contained in:
Giganzo
2025-08-12 10:46:20 +02:00
parent 65eb664352
commit 54ac5cd068

View File

@ -288,8 +288,6 @@ GameViewDebugger::GameViewDebugger() {
ED_SHORTCUT_OVERRIDE("editor/suspend_resume_embedded_project", "macos", KeyModifierMask::META | KeyModifierMask::SHIFT | Key::B);
ED_SHORTCUT("editor/next_frame_embedded_project", TTRC("Next Frame"), Key::F10);
ED_SHORTCUT("spatial_editor/tool_select", TTRC("Select Mode"), Key::Q);
}
///////