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:
Struma 2020-12-27 12:15:46 -05:00 committed by Roza
parent 73cac7695d
commit 682b8c4716

View file

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