Ray %!s(int64=3) %!d(string=hai) anos
pai
achega
8294e04749
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();
     }