- fixed fullscreen toggle via shortcut

This commit is contained in:
alexey.lysiuk 2020-05-26 10:02:16 +03:00
parent 233d0b62b9
commit 555845222d

View file

@ -1102,7 +1102,7 @@ void G_Ticker ()
if (ToggleFullscreen) if (ToggleFullscreen)
{ {
ToggleFullscreen = false; ToggleFullscreen = false;
AddCommandString ("toggle fullscreen"); AddCommandString ("toggle vid_fullscreen");
} }
// do things to change the game state // do things to change the game state