diff options
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) { |