diff options
-rw-r--r-- | js/game.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ class Game { }; this.minFps = 60; - this.then = -1 / 60; + this.then = -1 / this.minFps; this.loadingError = undefined; } |