We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8a4a7a commit 9342b08Copy full SHA for 9342b08
cocos2dx/platform/CCFileUtils.cpp
@@ -618,6 +618,7 @@ std::string FileUtils::fullPathForFilename(const std::string &filename)
618
619
for (auto searchIt = _searchPathArray.begin(); searchIt != _searchPathArray.end(); ++searchIt) {
620
for (auto resolutionIt = _searchResolutionsOrderArray.begin(); resolutionIt != _searchResolutionsOrderArray.end(); ++resolutionIt) {
621
+
622
fullpath = this->getPathForFilename(newFilename, *resolutionIt, *searchIt);
623
624
if (fullpath.length() > 0)
0 commit comments