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
|
@ -593,6 +593,8 @@ static SpriteFont LoadImageFont(Image image, Color key, int firstChar)
|
||||||
}
|
}
|
||||||
|
|
||||||
spriteFont.size = spriteFont.charRecs[0].height;
|
spriteFont.size = spriteFont.charRecs[0].height;
|
||||||
|
|
||||||
|
TraceLog(INFO, "Image file loaded correctly as SpriteFont");
|
||||||
|
|
||||||
return spriteFont;
|
return spriteFont;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue