diff --git a/cocos2dx/platform/win32/CCFileUtils.cpp b/cocos2dx/platform/win32/CCFileUtils.cpp index 4e6e19d8f8..c7a25de12f 100644 --- a/cocos2dx/platform/win32/CCFileUtils.cpp +++ b/cocos2dx/platform/win32/CCFileUtils.cpp @@ -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