@galacean/engine-core 1.2.0-beta.0 → 1.2.0-beta.1

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
@@ -6928,6 +6928,7 @@ var BufferUtil = /*#__PURE__*/ function() {
6928
6928
  this._isContentLost = false;
6929
6929
  };
6930
6930
  _proto._onDestroy = function _onDestroy() {
6931
+ GraphicsResource1.prototype._onDestroy.call(this);
6931
6932
  this._platformPrimitive.destroy();
6932
6933
  this._vertexElementMap = null;
6933
6934
  };