Skip to content

Commit

Permalink
over this shit
Browse files Browse the repository at this point in the history
  • Loading branch information
KrahJohlito committed Nov 16, 2024
1 parent 322cbaa commit 0402328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/themes.c
Original file line number Diff line number Diff line change
Expand Up @@ -1273,7 +1273,7 @@ static void thmLoad(const char *themePath)
newT->fonts[1] = FNT_DEFAULT;
} else {
printf("Font 1 loaded successfully with handle: %d\n", fntHandle);
newT->fonts[1] = fntHandle;
newT->fonts[1] = fntHandle+1;
}
}

Expand Down

0 comments on commit 0402328

Please sign in to comment.