Merge pull request #531 from Ragora/bugfix-asset-browser-linux

Asset Browser on Linux Fixes
This commit is contained in:
Brian Roberts 2021-08-13 22:35:40 -05:00 committed by GitHub
commit 190343cbc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
511 changed files with 13 additions and 13 deletions

View file

@ -1284,7 +1284,7 @@ bool dPathCopy(const char *fromName, const char *toName, bool nooverwrite)
bool Platform::dumpDirectories(const char *path, Vector<StringTableEntry> &directoryVector, S32 depth, bool noBasePath)
{
bool retVal = recurseDumpDirectories(path, "", directoryVector, 0, depth, noBasePath);
bool retVal = recurseDumpDirectories(path, "", directoryVector, -1, depth, noBasePath);
clearExcludedDirectories();
return retVal;
}

View file

Before

Width:  |  Height:  |  Size: 659 KiB

After

Width:  |  Height:  |  Size: 659 KiB

Before After
Before After

Some files were not shown because too many files have changed in this diff Show more