diff --git a/examples/iframe/loader.mjs b/examples/iframe/loader.mjs index 59abd875e3e..16b61492a28 100644 --- a/examples/iframe/loader.mjs +++ b/examples/iframe/loader.mjs @@ -41,6 +41,9 @@ class ExampleLoader { ready = false; _appStart() { + // set ready state + this.ready = true; + if (this._app) { if (!this._app?.graphicsDevice?.canvas) { console.warn('No canvas found.'); @@ -166,9 +169,6 @@ class ExampleLoader { return; } - // set ready state - this.ready = true; - if (this._app) { if (this._app.frame) { this._appStart(); diff --git a/examples/thumbnails/misc_multi-app_large.webp b/examples/thumbnails/misc_multi-app_large.webp index 974fcdfac11..2e154efd1a9 100644 Binary files a/examples/thumbnails/misc_multi-app_large.webp and b/examples/thumbnails/misc_multi-app_large.webp differ diff --git a/examples/thumbnails/misc_multi-app_small.webp b/examples/thumbnails/misc_multi-app_small.webp index e76d4d45d0d..cb2f1c50f59 100644 Binary files a/examples/thumbnails/misc_multi-app_small.webp and b/examples/thumbnails/misc_multi-app_small.webp differ