天天看点

cocos2d-x 锁屏后Get data from file("/assets") failed

0.13-beta版本,修改CCFileUtils.cpp

const char* CCFileUtils::fullPathFromRelativePath(const char *pszRelativePath, ccResolutionType *pResolutionType) {

return "";

}

to

const char* CCFileUtils::fullPathFromRelativePath(const char *pszRelativePath, ccResolutionType *pResolutionType) {

return pszRelativePath;

}