Skip to content

Commit

Permalink
fixed multi-app thumbnails
Browse files Browse the repository at this point in the history
  • Loading branch information
kpal81xd committed May 31, 2024
1 parent 1ebe3d1 commit 55a3ff8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/iframe/loader.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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.');
Expand Down Expand Up @@ -166,9 +169,6 @@ class ExampleLoader {
return;
}

// set ready state
this.ready = true;

if (this._app) {
if (this._app.frame) {
this._appStart();
Expand Down
Binary file modified examples/thumbnails/misc_multi-app_large.webp
Binary file not shown.
Binary file modified examples/thumbnails/misc_multi-app_small.webp
Binary file not shown.

0 comments on commit 55a3ff8

Please sign in to comment.