mirror of
https://github.com/raysan5/raylib.git
synced 2025-11-21 09:36:21 +00:00
Corrected missing semicolon
This commit is contained in:
@@ -1759,7 +1759,7 @@ static Font LoadBMFont(const char *fileName)
|
|||||||
{
|
{
|
||||||
UnloadFont(font);
|
UnloadFont(font);
|
||||||
font = GetFontDefault();
|
font = GetFontDefault();
|
||||||
TRACELOG(LOG_WARNING, "FONT: [%s] Failed to load texture, reverted to default font", fileName)
|
TRACELOG(LOG_WARNING, "FONT: [%s] Failed to load texture, reverted to default font", fileName);
|
||||||
}
|
}
|
||||||
else TRACELOG(LOG_INFO, "FONT: [%s] Font loaded successfully", fileName);
|
else TRACELOG(LOG_INFO, "FONT: [%s] Font loaded successfully", fileName);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user