mirror of https://github.com/axmolengine/axmol.git
fix: passing std::string object to CCLOG
This commit is contained in:
parent
d2d02e0c52
commit
5f1f63dabf
|
@ -328,7 +328,7 @@ CCTexture2D * CCTextureCache::addPVRImage(const char* path)
|
|||
}
|
||||
else
|
||||
{
|
||||
CCLOG("cocos2d: Couldn't add PVRImage:%s in CCTextureCache",key);
|
||||
CCLOG("cocos2d: Couldn't add PVRImage:%s in CCTextureCache",key.c_str());
|
||||
}
|
||||
|
||||
return tex;
|
||||
|
|
Loading…
Reference in New Issue