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