mirror of https://github.com/axmolengine/axmol.git
fixed mistake
This commit is contained in:
parent
3207d841a3
commit
d9543e9371
|
@ -30,7 +30,7 @@ void ConfigParser::readConfig()
|
|||
#if (CC_TARGET_PLATFORM == CC_PLATFORM_ANDROID && !defined(NDEBUG)) || (CC_TARGET_PLATFORM == CC_PLATFORM_IOS && defined(COCOS2D_DEBUG))
|
||||
string fullPathFile = FileUtils::getInstance()->getWritablePath();
|
||||
fullPathFile.append(filecfg.c_str());
|
||||
FILE * pFile = fopen (fullPathFile.c_str() , "r");
|
||||
pFile = fopen (fullPathFile.c_str() , "r");
|
||||
#endif
|
||||
|
||||
if (!pFile)
|
||||
|
|
Loading…
Reference in New Issue