summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/text.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text.c b/src/text.c
index e16547f3..0371a0ce 100644
--- a/src/text.c
+++ b/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