Added TraceLog info on image spritefont loading
This commit is contained in:
parent
2a9b8d7a39
commit
f1c3f2870b
@ -593,6 +593,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…
x
Reference in New Issue
Block a user