Skip to content

Commit 2724f07

Browse files
committed
Update rexm.c
1 parent 4f9b933 commit 2724f07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/rexm/rexm.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2047,6 +2047,7 @@ static void SortExampleByName(rlExampleInfo *items, int count)
20472047
// WARNING: Supported resource file extensions is hardcoded by used file types
20482048
// but new examples could require other file extensions to be added,
20492049
// maybe it should look for '.xxx")' patterns instead
2050+
// TODO: WARNING: Some resources could require linked resources: .fnt --> .png, .mtl --> .png, .gltf --> .png, ...
20502051
static char **ScanExampleResources(const char *filePath, int *resPathCount)
20512052
{
20522053
#define REXM_MAX_RESOURCE_PATH_LEN 256

0 commit comments

Comments
 (0)