mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-07-21 15:15:18 +02:00
Re-enable resizable window by default
It was this way before dropping ObjFW. Must have flubbed it while rewriting config.cpp
This commit is contained in:
parent
73cac7695d
commit
682b8c4716
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ void Config::read(int argc, char *argv[]) {
|
|||
{"rgssVersion", 0},
|
||||
{"debugMode", false},
|
||||
{"printFPS", false},
|
||||
{"winResizable", false},
|
||||
{"winResizable", true},
|
||||
{"fullscreen", false},
|
||||
{"fixedAspectRatio", true},
|
||||
{"smoothScaling", false},
|
||||
|
|
Loading…
Add table
Reference in a new issue