@luma.gl/webgl 9.1.0-beta.7 → 9.1.0-beta.8

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/index.cjs CHANGED
@@ -1477,9 +1477,6 @@ var WebGLCanvasContext = class extends import_core5.CanvasContext {
1477
1477
  resize(options) {
1478
1478
  if (!this.device.gl)
1479
1479
  return;
1480
- if (this.props.autoResize) {
1481
- return;
1482
- }
1483
1480
  if (this.canvas) {
1484
1481
  const devicePixelRatio = this.getDevicePixelRatio(options == null ? void 0 : options.useDevicePixels);
1485
1482
  this._setDevicePixelRatio(devicePixelRatio, options);