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