Corrected missing semicolon
This commit is contained in:
parent
c7e9951795
commit
b5842434c2
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue