mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-15 07:48:15 +00:00
REVIEWED: Improved font loading info
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user