mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-14 15:28:14 +00:00
Minor format tweaks
This commit is contained in:
@@ -512,7 +512,7 @@ Font LoadFontFromMemory(const char *fileType, const unsigned char *fileData, int
|
||||
}
|
||||
|
||||
UnloadImage(atlas);
|
||||
|
||||
|
||||
// TRACELOG(LOG_INFO, "FONT: Font loaded successfully (%i glyphs)", font.glyphCount);
|
||||
}
|
||||
else font = GetFontDefault();
|
||||
|
Reference in New Issue
Block a user