From 957fe60d0be9b4eec4998e038734df47adc40b14 Mon Sep 17 00:00:00 2001 From: raysan5 Date: Mon, 28 Jun 2021 12:24:39 +0200 Subject: Reviewed comments --- examples/web/text/text_raylib_fonts.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'examples/web/text') diff --git a/examples/web/text/text_raylib_fonts.c b/examples/web/text/text_raylib_fonts.c index 24022f6..6d8d61a 100644 --- a/examples/web/text/text_raylib_fonts.c +++ b/examples/web/text/text_raylib_fonts.c @@ -89,9 +89,7 @@ int main(void) // De-Initialization //-------------------------------------------------------------------------------------- - - // SpriteFont unloading - for (int i = 0; i < MAX_FONTS; i++) UnloadFont(fonts[i]); + for (int i = 0; i < MAX_FONTS; i++) UnloadFont(fonts[i]); // Fonts unloading CloseWindow(); // Close window and OpenGL context //-------------------------------------------------------------------------------------- -- cgit v1.2.3