mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-02-02 16:23:57 +03:00
Corrected fullscreen bind
This commit is contained in:
parent
7f6a25c5fc
commit
9af7a2cbeb
@ -422,7 +422,7 @@ void DrawGameMenu() {
|
||||
}
|
||||
#if !defined(__SWITCH__) && !defined(__WIIU__)
|
||||
|
||||
if (UIWidgets::MenuItem("Toggle Fullscreen", "F9")) {
|
||||
if (UIWidgets::MenuItem("Toggle Fullscreen", "F11")) {
|
||||
Ship::Context::GetInstance()->GetWindow()->ToggleFullscreen();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user