From 474ab48f8be5a68ee505d2bc7ca10b297b988e06 Mon Sep 17 00:00:00 2001 From: Ray Date: Sun, 21 Jul 2024 10:28:34 +0200 Subject: [PATCH] Update rtextures.c --- src/rtextures.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rtextures.c b/src/rtextures.c index dc364d762362..d70e2cde89a2 100644 --- a/src/rtextures.c +++ b/src/rtextures.c @@ -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;