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
Update rtextures.c
pull/4175/head
Ray
5 months ago
parent
fde0dcd0ab
commit
474ab48f8b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/rtextures.c
+ 1
- 1
src/rtextures.c
View File
@ -1213,7 +1213,7 @@ Image GenImageText(int width, int height, const char *text)
{
Image
image
=
{
0
}
;
#
if
def SUPPORT_MODULE_RTEXT
#
if
defined(SUPPORT_MODULE_RTEXT)
int
textLength
=
TextLength
(
text
)
;
int
imageViewSize
=
width
*
height
;
Write
Preview
Loading…
Cancel
Save