mirror of https://github.com/axmolengine/axmol.git
Merge branch 'gles20' of github.com:dualface/cocos2d-x into gles20
This commit is contained in:
commit
3679f742cb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue