From f3066854695f606fac714240fa45d13bc06c3227 Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 5 Aug 2025 12:38:30 +0200 Subject: [PATCH] Update rexm.c --- tools/rexm/rexm.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tools/rexm/rexm.c b/tools/rexm/rexm.c index c213ca1ec..296ffc552 100644 --- a/tools/rexm/rexm.c +++ b/tools/rexm/rexm.c @@ -91,9 +91,7 @@ typedef enum { OP_UPDATE = 6, // Validate and update required examples (as far as possible) } rlExampleOperation; -#define MAX_EXAMPLE_CATEGORIES 8 - -static const char *exCategories[MAX_EXAMPLE_CATEGORIES] = { "core", "shapes", "textures", "text", "models", "shaders", "audio", "others" }; +static const char *exCategories[REXM_MAX_EXAMPLE_CATEGORIES] = { "core", "shapes", "textures", "text", "models", "shaders", "audio", "others" }; // Paths required for examples management // TODO: Avoid hardcoding path values...