diff --git a/desktop_version/src/Font.cpp b/desktop_version/src/Font.cpp index c1470d78..8b58252c 100644 --- a/desktop_version/src/Font.cpp +++ b/desktop_version/src/Font.cpp @@ -333,7 +333,7 @@ int print_char( return f->glyph_w * scale; } - if (glyph->flags & GLYPH_COLOR) + if (glyph->flags & GLYPH_COLOR && (r | g | b) != 0) { graphics.draw_grid_tile(f->image, glyph->image_idx, x, y, f->glyph_w, f->glyph_h, 255, 255, 255, 255, scale, scale * (graphics.flipmode ? -1 : 1)); }