mirror of https://github.com/axmolengine/axmol.git
issue #2823: Reverting CCFileUtils.cpp.
This commit is contained in:
parent
d8a4a7a595
commit
9342b084c5
|
@ -618,6 +618,7 @@ std::string FileUtils::fullPathForFilename(const std::string &filename)
|
|||
|
||||
for (auto searchIt = _searchPathArray.begin(); searchIt != _searchPathArray.end(); ++searchIt) {
|
||||
for (auto resolutionIt = _searchResolutionsOrderArray.begin(); resolutionIt != _searchResolutionsOrderArray.end(); ++resolutionIt) {
|
||||
|
||||
fullpath = this->getPathForFilename(newFilename, *resolutionIt, *searchIt);
|
||||
|
||||
if (fullpath.length() > 0)
|
||||
|
|
Loading…
Reference in New Issue