issue #2823: Reverting CCFileUtils.cpp.

This commit is contained in:
James Chen 2013-10-10 09:54:22 +08:00
parent d8a4a7a595
commit 9342b084c5
1 changed files with 1 additions and 0 deletions

View File

@ -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)