mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +03:00
Move "resize to nearest" grouped with other resolution-related options
The options for fullscreen and scaling mode were at the top, then there were various other graphical options, and then the option to resize to the nearest window size that is of an integer multiple was all the way below that. Now that last option is moved to be right below the other options related to window sizing.
This commit is contained in:
@@ -7161,11 +7161,11 @@ void Game::createmenu( enum Menu::MenuName t, bool samemenu/*= false*/ )
|
||||
case Menu::graphicoptions:
|
||||
option("toggle fullscreen");
|
||||
option("toggle letterbox");
|
||||
option("resize to nearest", graphics.screenbuffer->isWindowed);
|
||||
option("toggle filter");
|
||||
option("toggle analogue");
|
||||
option("toggle fps");
|
||||
option("toggle vsync");
|
||||
option("resize to nearest", graphics.screenbuffer->isWindowed);
|
||||
option("return");
|
||||
menuyoff = -10;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user