Jelajahi Sumber

Correct typo

Ray 3 tahun lalu
induk
melakukan
8294e04749
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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);
             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();
         else font = GetFontDefault();
     }
     }