diff --git a/packages/graphics/sdl/text.c b/packages/graphics/sdl/text.c index 6cdf23d..ed051d0 100644 --- a/packages/graphics/sdl/text.c +++ b/packages/graphics/sdl/text.c @@ -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);