From 6cfe247b362106543bbb1a835dde9e7da9128fee Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 19 Mar 2022 10:09:14 -0400 Subject: fixed jitter while moving and zooming --- src/game.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/game.h') diff --git a/src/game.h b/src/game.h index 0c4c89f..a70f57e 100644 --- a/src/game.h +++ b/src/game.h @@ -86,8 +86,6 @@ public: int curZoom = INIT_ZOOM; int oldZoom = INIT_ZOOM; bool zooming = false; - //int zoomProgress = 0; - //int zoomLength; Interpolation zoomProgress; double getZoomBasis() const { return zooming ? std::max(curZoom, oldZoom) : curZoom; } @@ -105,7 +103,6 @@ public: Timer inputTimer = {50}; Timer losePopLampTimer = {800}; Timer losePopPlayerTimer = {3000}; - //Timer zoomTimer = {62}; std::vector signTexts; int nextSignIndex = 0; -- cgit 1.4.1