From 8294e04749a14522816ed816d2c86e482a86fccc Mon Sep 17 00:00:00 2001 From: Ray Date: Sun, 29 May 2022 18:23:48 +0200 Subject: [PATCH] Correct typo --- src/rtext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rtext.c b/src/rtext.c index dd692f16d..4134455ba 100644 --- a/src/rtext.c +++ b/src/rtext.c @@ -524,7 +524,7 @@ Font LoadFontFromMemory(const char *fileType, const unsigned char *fileData, int UnloadImage(atlas); - TRACELOG(LOG_INFO, "FONT: Data loaded successfully (%i pixel size | %i glyphs)", font.baseSize, Ffont.glyphCount); + TRACELOG(LOG_INFO, "FONT: Data loaded successfully (%i pixel size | %i glyphs)", font.baseSize, font.glyphCount); } else font = GetFontDefault(); }