Skip to content

Commit c63f73b

Browse files
committed
maintain aspect on by default.
1 parent 6218ce2 commit c63f73b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Engine/Options.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ void create()
117117
_info.push_back(OptionInfo("borderless", &borderless, false));
118118
_info.push_back(OptionInfo("captureMouse", (bool*)&captureMouse, false));
119119
_info.push_back(OptionInfo("battleTooltips", &battleTooltips, true));
120-
_info.push_back(OptionInfo("keepAspectRatio", &keepAspectRatio, false));
120+
_info.push_back(OptionInfo("keepAspectRatio", &keepAspectRatio, true));
121121
_info.push_back(OptionInfo("cursorInBlackBandsInFullscreen", &cursorInBlackBandsInFullscreen, false));
122122
_info.push_back(OptionInfo("cursorInBlackBandsInWindow", &cursorInBlackBandsInWindow, true));
123123
_info.push_back(OptionInfo("cursorInBlackBandsInBorderlessWindow", &cursorInBlackBandsInBorderlessWindow, false));

0 commit comments

Comments
 (0)