diff --git a/BeefLibs/SDL2/src/SDL2_ttf.bf b/BeefLibs/SDL2/src/SDL2_ttf.bf index 557be93f..699f45fd 100644 --- a/BeefLibs/SDL2/src/SDL2_ttf.bf +++ b/BeefLibs/SDL2/src/SDL2_ttf.bf @@ -190,7 +190,7 @@ namespace SDL2 [LinkName("TTF_RenderText_Solid")] public static extern SDL.Surface* RenderText_Solid( Font* font, - char8 text, + char8* text, SDL.Color fg ); @@ -315,4 +315,4 @@ namespace SDL2 int index ); } -} \ No newline at end of file +}