misc: 호출부
This commit is contained in:
@@ -217,7 +217,7 @@ export class GameEngine {
|
||||
public async stop() {
|
||||
this.continueRun = false;
|
||||
if (this.gameLoopPromise) {
|
||||
await this.signal.abort();
|
||||
this.signal.abort();
|
||||
await this.gameLoopPromise;
|
||||
this.gameLoopPromise = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user