This commit is contained in:
Jason Lin
2022-09-05 17:32:02 +10:00
parent faf5f72c1f
commit e5ad3ce9b9
@@ -207,7 +207,8 @@ export class WebglRenderer extends Disposable implements IRenderer {
this._refreshCharAtlas();
// Force a full refresh
// Force a full refresh. Resizing `_glyphRenderer` should clear it already,
// so there is no need to clear it again here.
this._clearModel(false);
}