Added TraceLog info on image spritefont loading

This commit is contained in:
raysan5 2016-08-25 15:11:52 +02:00
parent 2a9b8d7a39
commit f1c3f2870b

View File

@ -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;
}