const in TextConsole
This commit is contained in:
parent
58ecf11424
commit
ec1354fc8d
@ -22,7 +22,7 @@ static u32 g_y_position = 0;
|
||||
|
||||
static void putchar_at(char c, u32 x, u32 y)
|
||||
{
|
||||
u8* glyph = &font[c * 16];
|
||||
const u8* glyph = &font[c * 16];
|
||||
for (u32 i = 0; i < FONT_HEIGHT; i++)
|
||||
{
|
||||
for (u32 j = 0; j < FONT_WIDTH; j++)
|
||||
|
Loading…
Reference in New Issue
Block a user