We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6218ce2 commit c63f73bCopy full SHA for c63f73b
1 file changed
src/Engine/Options.cpp
@@ -117,7 +117,7 @@ void create()
117
_info.push_back(OptionInfo("borderless", &borderless, false));
118
_info.push_back(OptionInfo("captureMouse", (bool*)&captureMouse, false));
119
_info.push_back(OptionInfo("battleTooltips", &battleTooltips, true));
120
- _info.push_back(OptionInfo("keepAspectRatio", &keepAspectRatio, false));
+ _info.push_back(OptionInfo("keepAspectRatio", &keepAspectRatio, true));
121
_info.push_back(OptionInfo("cursorInBlackBandsInFullscreen", &cursorInBlackBandsInFullscreen, false));
122
_info.push_back(OptionInfo("cursorInBlackBandsInWindow", &cursorInBlackBandsInWindow, true));
123
_info.push_back(OptionInfo("cursorInBlackBandsInBorderlessWindow", &cursorInBlackBandsInBorderlessWindow, false));
0 commit comments