diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2022-03-12 22:51:27 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2022-03-12 22:51:27 -0500 |
commit | 7a678440fab1b68000e384bb9b37b92f71a108b2 (patch) | |
tree | c0692b9190822b7893b2d756c0e4b60575198739 /src/main.cpp | |
parent | 37aeea92755564f3507cba7f4b79e2556e1ff772 (diff) | |
download | ether-7a678440fab1b68000e384bb9b37b92f71a108b2.tar.gz ether-7a678440fab1b68000e384bb9b37b92f71a108b2.tar.bz2 ether-7a678440fab1b68000e384bb9b37b92f71a108b2.zip |
16:9 widescreen, and fullscreen is less weird now
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 27c78ec..47c6966 100644 --- a/src/main.cpp +++ b/src/main.cpp | |||
@@ -907,7 +907,7 @@ int main(int, char**) | |||
907 | tick(game, true); | 907 | tick(game, true); |
908 | 908 | ||
909 | // TODO: better zoom algorithm | 909 | // TODO: better zoom algorithm |
910 | setZoom(game, game.litSpots / 1500 * 2 + INIT_ZOOM); | 910 | setZoom(game, game.litSpots / 1500 + INIT_ZOOM); |
911 | } | 911 | } |
912 | 912 | ||
913 | if (game.dirtyRender) { | 913 | if (game.dirtyRender) { |