mirror of https://github.com/axmolengine/axmol.git
revert correct search path
This commit is contained in:
parent
f1557211fc
commit
997011601e
|
@ -43,7 +43,7 @@ void ConfigParser::readConfig(const string &filepath)
|
|||
|
||||
#if (CC_TARGET_PLATFORM == CC_PLATFORM_IOS || CC_TARGET_PLATFORM == CC_PLATFORM_ANDROID)
|
||||
// revert search path
|
||||
searchPathArray.erase(searchPathArray.end() - 1);
|
||||
searchPathArray.erase(searchPathArray.begin());
|
||||
FileUtils::getInstance()->setSearchPaths(searchPathArray);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue