浏览代码

Correct typo

Ray 3 年之前
父节点
当前提交
8294e04749
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/rtext.c

+ 1 - 1
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();
     }