From 7a678440fab1b68000e384bb9b37b92f71a108b2 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 12 Mar 2022 22:51:27 -0500 Subject: 16:9 widescreen, and fullscreen is less weird now --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') 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**) tick(game, true); // TODO: better zoom algorithm - setZoom(game, game.litSpots / 1500 * 2 + INIT_ZOOM); + setZoom(game, game.litSpots / 1500 + INIT_ZOOM); } if (game.dirtyRender) { -- cgit 1.4.1