Skip to content

Commit

Permalink
- fixed fullscreen toggle via shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed May 26, 2020
1 parent 233d0b6 commit 5558452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/g_game.cpp
Expand Up @@ -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
Expand Down

0 comments on commit 5558452

Please sign in to comment.