misc: 호출부
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user