@eva/plugin-renderer-spine 2.0.2 → 2.1.0-beta.2

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.
@@ -12525,6 +12525,10 @@ var SpinePipe = class {
12525
12525
  }
12526
12526
  }
12527
12527
  destroyRenderable(spine) {
12528
+ if (!this.gpuSpineData) {
12529
+ spine.off("destroyed", this._destroyRenderableBound);
12530
+ return;
12531
+ }
12528
12532
  this.gpuSpineData[spine.uid] = null;
12529
12533
  spine.off("destroyed", this._destroyRenderableBound);
12530
12534
  }