Corrected bug
This commit is contained in:
parent
f4e455398c
commit
b62f7c3057
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ SpriteFont LoadSpriteFont(const char *fileName)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
TraceLog(WARNING, "[%s] SpriteFont could not be loaded, using default font", fileName, numChars);
|
TraceLog(WARNING, "[%s] SpriteFont could not be loaded, using default font", fileName);
|
||||||
spriteFont = GetDefaultFont();
|
spriteFont = GetDefaultFont();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue