소스 검색

Update rexm.c

Ray 1 개월 전
부모
커밋
f306685469
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      tools/rexm/rexm.c

+ 1 - 3
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...