lythreeframe 1.2.13 → 1.2.14

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.
@@ -2847,8 +2847,8 @@ class ThreeJsApp {
2847
2847
  }
2848
2848
  destroy() {
2849
2849
  this.onCameraChangedDelegate.clear();
2850
- this.world.destroy();
2851
2850
  this.controller.destroy();
2851
+ this.world.destroy();
2852
2852
  this.viewport.destroy();
2853
2853
  this._assetManager.clearAssets();
2854
2854
  }
@@ -2845,8 +2845,8 @@ class ThreeJsApp {
2845
2845
  }
2846
2846
  destroy() {
2847
2847
  this.onCameraChangedDelegate.clear();
2848
- this.world.destroy();
2849
2848
  this.controller.destroy();
2849
+ this.world.destroy();
2850
2850
  this.viewport.destroy();
2851
2851
  this._assetManager.clearAssets();
2852
2852
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lythreeframe",
3
- "version": "1.2.13",
3
+ "version": "1.2.14",
4
4
  "description": "Three.js 封装",
5
5
  "main": "dist/bundle.cjs.js",
6
6
  "module": "dist/bundle.esm.js",