@galacean/engine-core 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/main.js CHANGED
@@ -18931,8 +18931,9 @@ var unlitVs = "#define GLSLIFY 1\n#include <common>\n#include <common_vert>\n#in
18931
18931
  }
18932
18932
  return;
18933
18933
  }
18934
+ ++hierarchy;
18934
18935
  for(var k1 in cacheMap){
18935
- this._recursiveDestroy(++hierarchy, cacheMap[k1]);
18936
+ this._recursiveDestroy(hierarchy, cacheMap[k1]);
18936
18937
  }
18937
18938
  };
18938
18939
  _proto._resizeCacheMapHierarchy = function _resizeCacheMapHierarchy(cacheMap, hierarchy, currentHierarchy, increaseHierarchy) {