Selaa lähdekoodia

Close opened directory

pull/5529/head
Alexander Fasching 2 viikkoa sitten
vanhempi
commit
81bfcdfac5
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. +1
    -0
      src/rcore.c

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

@ -3004,6 +3004,7 @@ unsigned int GetDirectoryFileCountEx(const char *basePath, const char *filter, b
} }
} }
} }
closedir(dir);
} }
else TRACELOG(LOG_WARNING, "FILEIO: Directory cannot be opened (%s)", basePath); // Maybe it's a file... else TRACELOG(LOG_WARNING, "FILEIO: Directory cannot be opened (%s)", basePath); // Maybe it's a file...
return fileCounter; return fileCounter;

Ladataan…
Peruuta
Tallenna