Ver código fonte

Close opened directory

pull/5529/head
Alexander Fasching 3 semanas atrás
pai
commit
81bfcdfac5
1 arquivos alterados com 1 adições e 0 exclusões
  1. +1
    -0
      src/rcore.c

+ 1
- 0
src/rcore.c Ver arquivo

@ -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...
return fileCounter;

Carregando…
Cancelar
Salvar