- fixed fullscreen toggle via shortcut

This commit is contained in:
alexey.lysiuk 2020-05-26 10:02:16 +03:00
parent 233d0b62b9
commit 555845222d
1 changed files with 1 additions and 1 deletions

View File

@ -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