mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-08 07:09:18 -05:00
Added TraceLog info on image spritefont loading
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user