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