This commit is contained in:
julianb0 2019-06-26 21:27:22 +02:00
parent c642f415d2
commit 6d4ff761bf
No known key found for this signature in database
GPG Key ID: DDF8325C95299A62
2 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ void console_init(ctx_t *ctx)
TTF_Init();
scr_font = TTF_OpenFont
("fs/console_font.ttf", CONSOLE_FONT_SIZE);
("fs/csfont.ttf", CONSOLE_FONT_SIZE);
if (scr_font == NULL)
{