Browse Source

Update rtextures.c

Ray 1 year ago
parent
commit
474ab48f8b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/rtextures.c

+ 1 - 1
src/rtextures.c

@@ -1213,7 +1213,7 @@ Image GenImageText(int width, int height, const char *text)
 {
 {
     Image image = { 0 };
     Image image = { 0 };
 
 
-#ifdef SUPPORT_MODULE_RTEXT
+#if defined(SUPPORT_MODULE_RTEXT)
     int textLength = TextLength(text);
     int textLength = TextLength(text);
     int imageViewSize = width*height;
     int imageViewSize = width*height;