Merge branch 'gles20' of github.com:dualface/cocos2d-x into gles20

This commit is contained in:
YuLei 2012-09-06 09:50:52 +08:00
commit 3679f742cb
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ const char* CCFileUtils::fullPathFromRelativePath(const char *pszRelativePath)
else if (resourceRootPath.length() > 0)
{
pRet->m_sString = resourceRootPath.c_str();
pRet->m_sString += m_obDirectory.c_str();
pRet->m_sString += pszRelativePath;
}
else