mirror of https://github.com/axmolengine/axmol.git
Sync fix from https://github.com/cocos2d/cocos2d-x/pull/20518
This commit is contained in:
parent
4ff14cbf3a
commit
98bdeef044
|
@ -203,7 +203,7 @@ std::string FileUtilsWin32::getFullPathForFilenameWithinDirectory(const std::str
|
|||
|
||||
void FileUtilsWin32::listFilesRecursively(const std::string& dirPath, std::vector<std::string> *files) const
|
||||
{
|
||||
std::string fullpath = fullPathForFilename(dirPath);
|
||||
std::string fullpath = fullPathForDirectory(dirPath);
|
||||
if (isDirectoryExist(fullpath))
|
||||
{
|
||||
tinydir_dir dir;
|
||||
|
|
Loading…
Reference in New Issue