Procházet zdrojové kódy

Update rexm.c

pull/5177/head
Ray před 4 měsíci
rodič
revize
2724f07c9a
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      tools/rexm/rexm.c

+ 1
- 0
tools/rexm/rexm.c Zobrazit soubor

@ -2047,6 +2047,7 @@ static void SortExampleByName(rlExampleInfo *items, int count)
// WARNING: Supported resource file extensions is hardcoded by used file types
// but new examples could require other file extensions to be added,
// maybe it should look for '.xxx")' patterns instead
// TODO: WARNING: Some resources could require linked resources: .fnt --> .png, .mtl --> .png, .gltf --> .png, ...
static char **ScanExampleResources(const char *filePath, int *resPathCount)
{
#define REXM_MAX_RESOURCE_PATH_LEN 256

Načítá se…
Zrušit
Uložit