@galacean/engine-core 1.2.0-alpha.12 → 1.2.0-alpha.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
@@ -23497,9 +23497,6 @@ exports.Camera = (_Camera = /*#__PURE__*/ function(Component1) {
23497
23497
  //@ts-ignore
23498
23498
  this._viewport._onValueChanged = null;
23499
23499
  this.engine.canvas._sizeUpdateFlagManager.removeListener(this._onPixelViewportChanged);
23500
- //@ts-ignore
23501
- this._viewport._onValueChanged = null;
23502
- this.engine.canvas._sizeUpdateFlagManager.removeListener(this._onPixelViewportChanged);
23503
23500
  this._entity = null;
23504
23501
  this._globalShaderMacro = null;
23505
23502
  this._frustum = null;