Forgot to add font to repo

This commit is contained in:
Joe Adams 2018-01-11 12:18:54 +00:00
parent c2f215f555
commit 8082423e0c
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -238,7 +238,7 @@ int main(void) {
* ---------------- * ----------------
*/ */
TTF_Font* font_main = TTF_OpenFont("font_main.ttf", 24); TTF_Font* font_main = TTF_OpenFont("assets/font_main.ttf", 24);
if (font_main == NULL) { if (font_main == NULL) {
printf("[FAILED] Unable to load font\n"); printf("[FAILED] Unable to load font\n");
return 5; return 5;