Skip to content

Commit 9342b08

Browse files
author
James Chen
committed
issue cocos2d#2823: Reverting CCFileUtils.cpp.
1 parent d8a4a7a commit 9342b08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cocos2dx/platform/CCFileUtils.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,7 @@ std::string FileUtils::fullPathForFilename(const std::string &filename)
618618

619619
for (auto searchIt = _searchPathArray.begin(); searchIt != _searchPathArray.end(); ++searchIt) {
620620
for (auto resolutionIt = _searchResolutionsOrderArray.begin(); resolutionIt != _searchResolutionsOrderArray.end(); ++resolutionIt) {
621+
621622
fullpath = this->getPathForFilename(newFilename, *resolutionIt, *searchIt);
622623

623624
if (fullpath.length() > 0)

0 commit comments

Comments
 (0)