浏览代码

Update rexm.c

pull/5087/head
Ray 2 个月前
父节点
当前提交
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...

正在加载...
取消
保存