This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
Added TraceLog info on image spritefont loading
pull/186/merge
raysan5
8 years ago
parent
2a9b8d7a39
commit
f1c3f2870b
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
;
}
Write
Preview
Loading…
Cancel
Save