mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-25 04:28:30 +00:00
Some code tweaks for consistency
This commit is contained in:
@@ -1865,7 +1865,7 @@ static Font LoadBMFont(const char *fileName)
|
||||
}
|
||||
|
||||
UnloadImage(imFont);
|
||||
RL_FREE(fileText);
|
||||
UnloadFileText(fileText);
|
||||
|
||||
if (font.texture.id == 0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user