From 9ce2331cc19082134441adb0610b9cce5a84e13f Mon Sep 17 00:00:00 2001 From: Ray Date: Thu, 30 Jan 2020 13:47:39 +0100 Subject: [build] Makefile examples modularization Now examples can be compiled by module, that's useful when compilation fails at some point --- examples/text/text_font_spritefont.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/text') diff --git a/examples/text/text_font_spritefont.c b/examples/text/text_font_spritefont.c index dff2b47a..4a62c718 100644 --- a/examples/text/text_font_spritefont.c +++ b/examples/text/text_font_spritefont.c @@ -78,7 +78,7 @@ int main(void) UnloadFont(font2); // Font unloading UnloadFont(font3); // Font unloading - CloseWindow(); // Close window and OpenGL context + CloseWindow(); // Close window and OpenGL context //-------------------------------------------------------------------------------------- return 0; -- cgit v1.2.3