fozmo-3d-preview
Advanced tools
Comparing version 1.0.64 to 1.0.65
@@ -35,3 +35,5 @@ import { MainScene } from '../scenes/MainScene'; | ||
this._scenes.forEach((scene) => { | ||
scene.onResize(); | ||
if (!scene.pause) { | ||
scene.onResize(); | ||
} | ||
}); | ||
@@ -98,4 +100,4 @@ } | ||
try { | ||
this._mainScene.pause = false; | ||
await this._mainScene.changeModel(url, params); | ||
this._mainScene.pause = false; | ||
} | ||
@@ -102,0 +104,0 @@ catch (error) { |
{ | ||
"name": "fozmo-3d-preview", | ||
"version": "1.0.64", | ||
"version": "1.0.65", | ||
"description": "风之末 作品预览", | ||
@@ -5,0 +5,0 @@ "main": "lib/Fozmo3DPreview.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
208785
6184