Added TraceLog info on image spritefont loading
This commit is contained in:
parent
2a9b8d7a39
commit
f1c3f2870b
1 changed files with 2 additions and 0 deletions
|
@ -594,6 +594,8 @@ static SpriteFont LoadImageFont(Image image, Color key, int firstChar)
|
|||
|
||||
spriteFont.size = spriteFont.charRecs[0].height;
|
||||
|
||||
TraceLog(INFO, "Image file loaded correctly as SpriteFont");
|
||||
|
||||
return spriteFont;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue