Turn on 'fixedAspectRatio' by default
This is more consistent with RMXP's behavior.
This commit is contained in:
parent
4b28314433
commit
8b53681e11
3 changed files with 6 additions and 6 deletions
|
@ -32,7 +32,7 @@ Config::Config()
|
|||
: debugMode(false),
|
||||
winResizable(false),
|
||||
fullscreen(false),
|
||||
fixedAspectRatio(false),
|
||||
fixedAspectRatio(true),
|
||||
smoothScaling(false),
|
||||
vsync(false),
|
||||
defScreenW(640),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue