Turn on 'fixedAspectRatio' by default

This is more consistent with RMXP's behavior.
This commit is contained in:
Jonas Kulla 2013-10-09 14:17:21 +02:00
parent 4b28314433
commit 8b53681e11
3 changed files with 6 additions and 6 deletions

View file

@ -32,7 +32,7 @@ Config::Config()
: debugMode(false),
winResizable(false),
fullscreen(false),
fixedAspectRatio(false),
fixedAspectRatio(true),
smoothScaling(false),
vsync(false),
defScreenW(640),