mirror of
https://github.com/tat3r/tdfiglet.git
synced 2024-11-14 04:06:45 +00:00
rip chrono 2006-2018
This commit is contained in:
parent
077d25f492
commit
8ef07333ba
@ -278,7 +278,7 @@ readchar(int i, glyph_t *glyph, font_t *font)
|
||||
}
|
||||
|
||||
for (int i = 0; i < width * font->height; i++) {
|
||||
glyph->cell[i].utfchar[0] = 'X';
|
||||
glyph->cell[i].utfchar[0] = ' ';
|
||||
glyph->cell[i].color = 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user