@shimotsuki/core 3.0.43 → 3.0.44

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.
@@ -1381,7 +1381,6 @@ let Ot = class Gui extends BaseComponent {
1381
1381
  n?.setOptions(t);
1382
1382
  }
1383
1383
  createUILayer(e) {
1384
- this.ui_container_component?.removeAndDestroy();
1385
1384
  this.ui_container_component = null;
1386
1385
  const t = h(this.ui_prefab);
1387
1386
  console.log("node", u(t), t.uuid, t);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shimotsuki/core",
3
- "version": "3.0.43",
3
+ "version": "3.0.44",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "main": "dist/shimotsuki_core.js",