Fix resolved todo

This commit is contained in:
Daniel Imms
2022-10-04 14:46:00 -07:00
parent 622acaaad7
commit 3b260a2193
@@ -375,7 +375,6 @@ export abstract class BaseRenderLayer implements IRenderLayer {
glyph.size.y
);
this._ctx.restore();
// TODO: Move both renderers to use shared load color code
}
/**