aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--js/game.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/game.js b/js/game.js
index 364fb8f..f11174b 100644
--- a/js/game.js
+++ b/js/game.js
@@ -56,7 +56,7 @@ class Game {
};
this.minFps = 60;
- this.then = -1 / 60;
+ this.then = -1 / this.minFps;
this.loadingError = undefined;
}