@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 +1 -0
- package/dist/main.js.map +1 -1
- package/dist/miniprogram.js +1 -0
- package/dist/module.js +1 -0
- package/dist/module.js.map +1 -1
- package/package.json +3 -3
package/dist/miniprogram.js
CHANGED
|
@@ -8633,6 +8633,7 @@ var BufferUtil = /*#__PURE__*/ function() {
|
|
|
8633
8633
|
this._isContentLost = false;
|
|
8634
8634
|
};
|
|
8635
8635
|
_proto._onDestroy = function _onDestroy() {
|
|
8636
|
+
GraphicsResource1.prototype._onDestroy.call(this);
|
|
8636
8637
|
this._platformPrimitive.destroy();
|
|
8637
8638
|
this._vertexElementMap = null;
|
|
8638
8639
|
};
|
package/dist/module.js
CHANGED
|
@@ -8628,6 +8628,7 @@ var BufferUtil = /*#__PURE__*/ function() {
|
|
|
8628
8628
|
this._isContentLost = false;
|
|
8629
8629
|
};
|
|
8630
8630
|
_proto._onDestroy = function _onDestroy() {
|
|
8631
|
+
GraphicsResource1.prototype._onDestroy.call(this);
|
|
8631
8632
|
this._platformPrimitive.destroy();
|
|
8632
8633
|
this._vertexElementMap = null;
|
|
8633
8634
|
};
|