Skip to content

Commit 6a2b388

Browse files
committed
rows and columns have been specified
1 parent 9b9649c commit 6a2b388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Fonts/Straight/straight.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ class Straight : public Fonts
531531

532532
char **t()
533533
{
534-
char **character = getCharGrid(ROWS,COLS);
534+
char **character = getCharGrid(3,3);
535535

536536
character[1][0]=character[2][0]='|';
537537
character[1][1]=character[2][1]='_';

0 commit comments

Comments
 (0)