浏览代码

Update rexm.c

pull/5310/head
Ray 3 个月前
父节点
当前提交
aae2c4b355
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      tools/rexm/rexm.c

+ 3
- 0
tools/rexm/rexm.c 查看文件

@ -1003,6 +1003,9 @@ int main(int argc, char *argv[])
if (!TextIsEqual(GetFileNameWithoutExt(clist.paths[i]), "examples_template") &&
(TextFindIndex(exList, GetFileNameWithoutExt(clist.paths[i])) == -1))
{
// TODO: Examples to be added in the list should be added at the end of their categories,
// not at the end of the file...
// Add example to the examples collection list
// WARNING: Added to the end of the list, order must be set by users and
// defines placement on raylib webpage

正在加载...
取消
保存