Skip to content

Commit aae2c4b

Browse files
committed
Update rexm.c
1 parent 5338e39 commit aae2c4b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/rexm/rexm.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1003,6 +1003,9 @@ int main(int argc, char *argv[])
10031003
if (!TextIsEqual(GetFileNameWithoutExt(clist.paths[i]), "examples_template") &&
10041004
(TextFindIndex(exList, GetFileNameWithoutExt(clist.paths[i])) == -1))
10051005
{
1006+
// TODO: Examples to be added in the list should be added at the end of their categories,
1007+
// not at the end of the file...
1008+
10061009
// Add example to the examples collection list
10071010
// WARNING: Added to the end of the list, order must be set by users and
10081011
// defines placement on raylib webpage

0 commit comments

Comments
 (0)