Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
KrahJohlito committed Nov 16, 2024
1 parent 858bcc3 commit 2743554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fntsys.c
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ static int fntLoadDefaultInternal(char *path, int fontSize, int slot)

// delete the old font
fntDeleteSlot(&oldFont);
printf("FONT LOADED %d WITH SIZE: %d\n", slot, &fonts[slot].fontSize);
printf("FONT LOADED %d WITH SIZE: %d\n", slot, fonts[slot].fontSize);

return 0;
}
Expand Down

0 comments on commit 2743554

Please sign in to comment.