REVIEWED: Improved font loading info
This commit is contained in:
parent
73c8ddc8bf
commit
559f1919c6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user