Skip to content

Commit cec3eb3

Browse files
committed
fix CONSOLE_COLOR_BG_BRIGHT
1 parent faa4a10 commit cec3eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libogc/console_internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#define CONSOLE_FG_CUSTOM (1<<9)
1414
#define CONSOLE_BG_CUSTOM (1<<10)
1515
#define CONSOLE_COLOR_FG_BRIGHT (1<<11)
16-
#define CONSOLE_COLOR_BG_BRIGHT (1<<11)
16+
#define CONSOLE_COLOR_BG_BRIGHT (1<<12)
1717

1818
#define FONT_XSIZE 8
1919
#define FONT_YSIZE 16

0 commit comments

Comments
 (0)