mirror of https://github.com/axmolengine/axmol.git
issue #466, Bin forget to modify CCFileUtils_ios.mm to fit the refactor, which cause compilation error.
This commit is contained in:
parent
f7b294fe24
commit
386005ef79
|
@ -316,7 +316,7 @@ namespace cocos2d {
|
||||||
}
|
}
|
||||||
return pBuffer;
|
return pBuffer;
|
||||||
}
|
}
|
||||||
void CCFileUtils::setResource(const char* pszZipFileName, const char* pszResPath)
|
void CCFileUtils::setResource(const char* pszZipFileName)
|
||||||
{
|
{
|
||||||
CCAssert(0, "Have not implement!");
|
CCAssert(0, "Have not implement!");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue