misc: 호출부

This commit is contained in:
2024-03-09 16:32:57 +00:00
parent d742633e6d
commit 6b819bbce5
+1 -1
View File
@@ -217,7 +217,7 @@ export class GameEngine {
public async stop() { public async stop() {
this.continueRun = false; this.continueRun = false;
if (this.gameLoopPromise) { if (this.gameLoopPromise) {
await this.signal.abort(); this.signal.abort();
await this.gameLoopPromise; await this.gameLoopPromise;
this.gameLoopPromise = null; this.gameLoopPromise = null;
} }