@shimotsuki/core 3.0.47 → 3.0.48

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1346,6 +1346,7 @@ let Ot = class Gui extends BaseComponent {
1346
1346
  this.changeScene(e, s ?? {}, l);
1347
1347
  });
1348
1348
  r.once(A.EVENT_AFTER_SCENE_LAUNCH, () => {
1349
+ this._sceneChanging = false;
1349
1350
  c?.();
1350
1351
  });
1351
1352
  if (typeof e === "string") {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shimotsuki/core",
3
- "version": "3.0.47",
3
+ "version": "3.0.48",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "main": "dist/shimotsuki_core.js",