Skip to content

Commit

Permalink
Update rtextures.c
Browse files Browse the repository at this point in the history
  • Loading branch information
raysan5 committed Jul 21, 2024
1 parent fde0dcd commit 474ab48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rtextures.c
Original file line number Diff line number Diff line change
Expand Up @@ -1213,7 +1213,7 @@ Image GenImageText(int width, int height, const char *text)
{
Image image = { 0 };

#ifdef SUPPORT_MODULE_RTEXT
#if defined(SUPPORT_MODULE_RTEXT)
int textLength = TextLength(text);
int imageViewSize = width*height;

Expand Down

0 comments on commit 474ab48

Please sign in to comment.