Browse Source

REVIEWED: Improved font loading info

raysan5 4 years ago
parent
commit
559f1919c6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/text.c

+ 1 - 1
src/text.c

@@ -266,7 +266,7 @@ extern void LoadFontDefault(void)
 
     defaultFont.baseSize = (int)defaultFont.recs[0].height;
 
-    TRACELOG(LOG_INFO, "FONT: Default font loaded successfully");
+    TRACELOG(LOG_INFO, "FONT: [ID %i] Default font texture loaded successfully", defaultFont.texture.id);
 }
 
 // Unload raylib default font