This commit is contained in:
scamiv
2025-11-25 18:53:18 +01:00
parent 1bbef43975
commit a199ed29a1
+1 -1
View File
@@ -358,7 +358,7 @@ export class GameRenderer {
if (this.backlogTurns > 0) {
const BASE_FPS = 60;
const MIN_FPS = 20;
const MIN_FPS = 1;
const BACKLOG_MAX_TURNS = 50;
const scale = Math.min(1, this.backlogTurns / BACKLOG_MAX_TURNS);