We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0014a5d commit bb0464aCopy full SHA for bb0464a
Fonts/carlos/carlos.h
@@ -900,7 +900,7 @@ class Carlos : public Fonts
900
901
char **one()
902
{
903
- char **character = getCharGrid(ROWS,COLS);
+ char **character = getCharGrid(7,7);
904
905
character[0][3] = character[0][4] = character[0][5] = character[0][6] = character[3][1] = character[6][4] = character[6][5] = '_';
906
character[1][2] = character[2][1] = character[3][0] = character[1][6] = character[2][3] = character[3][2] = character[6][3] = '/';
0 commit comments