mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- fixed fullscreen toggle via shortcut
This commit is contained in:
parent
233d0b62b9
commit
555845222d
1 changed files with 1 additions and 1 deletions
|
@ -1102,7 +1102,7 @@ void G_Ticker ()
|
|||
if (ToggleFullscreen)
|
||||
{
|
||||
ToggleFullscreen = false;
|
||||
AddCommandString ("toggle fullscreen");
|
||||
AddCommandString ("toggle vid_fullscreen");
|
||||
}
|
||||
|
||||
// do things to change the game state
|
||||
|
|
Loading…
Reference in a new issue