diff --git a/app/src/App.ts b/app/src/App.ts index 3401e1ca..ed2fb441 100644 --- a/app/src/App.ts +++ b/app/src/App.ts @@ -118,7 +118,7 @@ export class App { powerPreference: "low-power", }) - this.onResize() + setTimeout(() => this.onResize(), 1000) this.ticker = new Ticker() this.ticker.maxFPS = 120 this.ticker.add(() => {