@xviewer.js/core 1.0.0-alpha.51 → 1.0.0-alpha.52

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.
package/dist/main.js CHANGED
@@ -4613,6 +4613,7 @@ class Viewer extends EventEmitter {
4613
4613
  this._targetFrameRate = Math.max(0.001, v);
4614
4614
  }
4615
4615
  destroy() {
4616
+ this.stop();
4616
4617
  this._renderer.dispose();
4617
4618
  this._taskManager.destroy();
4618
4619
  this._resourceManager.destroy();