diff options
| author | raysan5 <[email protected]> | 2021-07-31 18:41:44 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2021-07-31 18:41:44 +0200 |
| commit | 559f1919c6105d58dbc32ac0b9f4ba143ed15195 (patch) | |
| tree | 9967d797e71a9eb4fe303b737f2ae94d3c2fe3db | |
| parent | 73c8ddc8bf60dda51bffd5803a5a22f40737d2f4 (diff) | |
| download | raylib-559f1919c6105d58dbc32ac0b9f4ba143ed15195.tar.gz raylib-559f1919c6105d58dbc32ac0b9f4ba143ed15195.zip | |
REVIEWED: Improved font loading info
| -rw-r--r-- | src/text.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
