Skip to content

Commit da5e9fe

Browse files
committed
49 is default background color
1 parent e1bcfd2 commit da5e9fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libogc/console.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ static void consoleSetColorState(int code)
627627
break;
628628
case 49: // reset background color
629629
escapeSeq.color.flags &= ~CONSOLE_BG_CUSTOM;
630-
escapeSeq.color.fg = 0;
630+
escapeSeq.color.bg = 0;
631631
break;
632632
case 90 ... 97: // bright foreground
633633
escapeSeq.color.flags &= ~CONSOLE_COLOR_FAINT;

0 commit comments

Comments
 (0)