diff --git a/src/TextRenderer.cpp b/src/TextRenderer.cpp index c15bf72..aae94d9 100644 --- a/src/TextRenderer.cpp +++ b/src/TextRenderer.cpp @@ -266,6 +266,8 @@ auto TextRenderer::generate_glyph(FontRuntime &rt, FontData &fd, } } } + // This really isn't the most accurate thing in the world but should work + // for now. Things like commas might be fucked. for (int y = 0; y < bmp_h; ++y) { int const dst_y = bmp_h - 1 - y; for (int x = 0; x < bmp_w; ++x) {