Selaa lähdekoodia

Update rcore.c

pull/5005/head
Ray 4 kuukautta sitten
vanhempi
commit
1abac023bd
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. +1
    -0
      src/rcore.c

+ 1
- 0
src/rcore.c Näytä tiedosto

@ -3757,6 +3757,7 @@ static void ScanDirectoryFiles(const char *basePath, FilePathList *files, const
// Scan all files and directories recursively from a base path
static void ScanDirectoryFilesRecursively(const char *basePath, FilePathList *files, const char *filter)
{
// WARNING: Path can not be static or it will be reused between recursive function calls!
char path[MAX_FILEPATH_LENGTH] = { 0 };
memset(path, 0, MAX_FILEPATH_LENGTH);

Ladataan…
Peruuta
Tallenna