temp font fix

This commit is contained in:
herbglitch 2024-12-13 03:30:55 -07:00
parent 75cf426d1a
commit 8496ea4a40

View file

@ -16,6 +16,7 @@ void ARC_Text_Create(ARC_Text **text, ARC_String *path, int32_t size, ARC_Color
(*text)->texture = NULL;
(*text)->bounds = (ARC_Rect){ 0, 0, 0, 0 };
//TODO: fix this
if(TTF_Init()==-1) {
printf("TTF_Init: %s\n", TTF_GetError());
exit(2);