Browse Source

Added TraceLog info on image spritefont loading

pull/186/merge
raysan5 8 years ago
parent
commit
f1c3f2870b
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/text.c

+ 2
- 0
src/text.c 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;
}

Loading…
Cancel
Save