@galacean/engine-core 1.1.1 → 1.1.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.
package/dist/main.js CHANGED
@@ -8632,6 +8632,7 @@ var BufferUtil = /*#__PURE__*/ function() {
8632
8632
  this._isContentLost = false;
8633
8633
  };
8634
8634
  _proto._onDestroy = function _onDestroy() {
8635
+ GraphicsResource1.prototype._onDestroy.call(this);
8635
8636
  this._platformPrimitive.destroy();
8636
8637
  this._vertexElementMap = null;
8637
8638
  };