From 09bab892f1dd7a8f590ef640a8df283ba6ee3fb6 Mon Sep 17 00:00:00 2001 From: Ada Lovegirls Date: Wed, 24 Jun 2020 14:19:48 -0500 Subject: [PATCH] added ttf example with public domain font --- graphics/sdl2/sdl2-demo/source/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/sdl2/sdl2-demo/source/main.c b/graphics/sdl2/sdl2-demo/source/main.c index 4be1eb9..d5b4d95 100644 --- a/graphics/sdl2/sdl2-demo/source/main.c +++ b/graphics/sdl2/sdl2-demo/source/main.c @@ -73,7 +73,7 @@ int main(int argc, char** argv) { int exit_requested = 0; int trail = 0; int wait = 25; - + SDL_Texture *switchlogo_tex = NULL, *sdllogo_tex = NULL; SDL_Rect pos = { 0, 0, 0, 0 }, sdl_pos = { 0, 0, 0, 0 }; Mix_Music *music = NULL;