@galacean/engine 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/browser.js +2 -1
- package/dist/browser.min.js +1 -1
- package/dist/main.js +1 -1
- package/dist/miniprogram.js +1 -1
- package/dist/module.js +1 -1
- package/package.json +5 -5
package/dist/browser.js
CHANGED
|
@@ -13444,6 +13444,7 @@
|
|
|
13444
13444
|
this._isContentLost = false;
|
|
13445
13445
|
};
|
|
13446
13446
|
_proto._onDestroy = function _onDestroy() {
|
|
13447
|
+
GraphicsResource1.prototype._onDestroy.call(this);
|
|
13447
13448
|
this._platformPrimitive.destroy();
|
|
13448
13449
|
this._vertexElementMap = null;
|
|
13449
13450
|
};
|
|
@@ -44126,7 +44127,7 @@
|
|
|
44126
44127
|
], GALACEAN_animation_event);
|
|
44127
44128
|
|
|
44128
44129
|
//@ts-ignore
|
|
44129
|
-
var version = "1.1.
|
|
44130
|
+
var version = "1.1.2";
|
|
44130
44131
|
console.log("Galacean engine version: " + version);
|
|
44131
44132
|
for(var key in CoreObjects){
|
|
44132
44133
|
Loader.registerClass(key, CoreObjects[key]);
|