only render background once

This commit is contained in:
evanpelle
2024-08-23 12:56:13 -07:00
parent 98cf1b6beb
commit 5bf54ff1f6
3 changed files with 67 additions and 47 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ export class ClientGame {
this.renderer.initialize()
this.input.initialize()
//this.gs.addExecution(...this.executor.spawnBots(this.config.numBots()))
this.gs.addExecution(...this.executor.spawnBots(this.config.numBots()))
this.intervalID = setInterval(() => this.tick(), 10);
}