Minor clean up

This commit is contained in:
Lewis Sanchez
2023-07-14 15:07:38 -07:00
parent d2c28c819f
commit 78aad113a6
@@ -369,7 +369,7 @@ export abstract class BaseRenderLayer extends Disposable implements IRenderLayer
const chars = cell.getChars();
this._cellColorResolver.resolve(cell, x, this._bufferService.buffer.ydisp + y);
if (this._charAtlas === undefined || this._charAtlas === null) {
if (!this._charAtlas) {
return;
}