Whitespace change to trigger build

The fix for #3720 didn't touch any file in the webgl addon so it didn't end
up releasing.
This commit is contained in:
Daniel Imms
2022-05-13 12:32:17 -07:00
parent a38e97f1ec
commit d7fb0141d2
@@ -167,7 +167,6 @@ export class WebglRenderer extends Disposable implements IRenderer {
this._core.screenElement!.style.height = `${this.dimensions.canvasHeight}px`;
this._rectangleRenderer.onResize();
this._glyphRenderer.setDimensions(this.dimensions);
this._glyphRenderer.onResize();