diff options
| author | Ray <[email protected]> | 2022-05-29 18:23:48 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2022-05-29 18:23:48 +0200 |
| commit | 8294e04749a14522816ed816d2c86e482a86fccc (patch) | |
| tree | f1cd8f4b4cf70dc4b0df4eb66a97721e8f0c28ef /src | |
| parent | fe28aa7c9bb63467790177c6bf98b3d43edaa548 (diff) | |
| download | raylib-8294e04749a14522816ed816d2c86e482a86fccc.tar.gz raylib-8294e04749a14522816ed816d2c86e482a86fccc.zip | |
Correct typo
Diffstat (limited to 'src')
| -rw-r--r-- | src/rtext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rtext.c b/src/rtext.c index dd692f16..4134455b 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(); } |
