@galacean/engine 1.2.0-alpha.2 → 1.2.0-alpha.3
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 +3 -2
- 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
|
@@ -23639,8 +23639,9 @@
|
|
|
23639
23639
|
}
|
|
23640
23640
|
return;
|
|
23641
23641
|
}
|
|
23642
|
+
++hierarchy;
|
|
23642
23643
|
for(var k1 in cacheMap){
|
|
23643
|
-
this._recursiveDestroy(
|
|
23644
|
+
this._recursiveDestroy(hierarchy, cacheMap[k1]);
|
|
23644
23645
|
}
|
|
23645
23646
|
};
|
|
23646
23647
|
_proto._resizeCacheMapHierarchy = function _resizeCacheMapHierarchy(cacheMap, hierarchy, currentHierarchy, increaseHierarchy) {
|
|
@@ -44430,7 +44431,7 @@
|
|
|
44430
44431
|
], KHR_materials_anisotropy);
|
|
44431
44432
|
|
|
44432
44433
|
//@ts-ignore
|
|
44433
|
-
var version = "1.2.0-alpha.
|
|
44434
|
+
var version = "1.2.0-alpha.3";
|
|
44434
44435
|
console.log("Galacean engine version: " + version);
|
|
44435
44436
|
for(var key in CoreObjects){
|
|
44436
44437
|
Loader.registerClass(key, CoreObjects[key]);
|