@galacean/engine-core 0.0.0-experimental-double11.12 → 0.0.0-experimental-double11.13

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
@@ -13133,7 +13133,7 @@ var /** @internal */ PromiseState;
13133
13133
  var objects = Utils.objectValues(this._referResourcePool);
13134
13134
  for(var i = 0, len = objects.length; i < len; i++){
13135
13135
  if (!objects[i].isGCIgnored || forceDestroy) {
13136
- objects[i].destroy();
13136
+ objects[i].destroy(forceDestroy);
13137
13137
  }
13138
13138
  }
13139
13139
  };
@@ -16837,9 +16837,6 @@ ShaderPool.init();
16837
16837
  _proto._destroy = function _destroy() {
16838
16838
  this._sceneManager._destroyAllScene();
16839
16839
  this._resourceManager._destroy();
16840
- this._whiteTexture2D.destroy(true);
16841
- this._magentaTexture2D.destroy(true);
16842
- this._magentaTextureCube.destroy(true);
16843
16840
  this._textDefaultFont = null;
16844
16841
  this._fontMap = null;
16845
16842
  this.inputManager._destroy();