@preference-sl/pref-viewer 2.13.0-beta.19 → 2.13.0-beta.20

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@preference-sl/pref-viewer",
3
- "version": "2.13.0-beta.19",
3
+ "version": "2.13.0-beta.20",
4
4
  "description": "Web Component to preview GLTF models with Babylon.js",
5
5
  "author": "Alex Moreno Palacio <amoreno@preference.es>",
6
6
  "scripts": {
@@ -1440,7 +1440,6 @@ export default class BabylonJSController {
1440
1440
  * @returns {void}
1441
1441
  */
1442
1442
  #onAnimationGroupStop() {
1443
- debugger;
1444
1443
  if (this.#settings.iblEnabled && this.#renderPipelines.iblShadows) {
1445
1444
  this.#renderPipelines.iblShadows.updateVoxelization();
1446
1445
  this.#scene?.postProcessRenderPipelineManager?.update();