mirror of https://github.com/axmolengine/axmol.git
Fixing compilation errors for NaCl port.
This commit is contained in:
parent
23f23be681
commit
e3e07b4c1e
|
@ -443,7 +443,7 @@ bool CCTexturePVR::unpackPVRv3Data(unsigned char* dataPointer, unsigned int data
|
||||||
// unsupported / bad pixel format
|
// unsupported / bad pixel format
|
||||||
if (! infoValid)
|
if (! infoValid)
|
||||||
{
|
{
|
||||||
CCLOG("cocos2d: WARNING: unsupported pvr pixelformat: %lx", pixelFormat );
|
CCLOG("cocos2d: WARNING: unsupported pvr pixelformat: %lx", (unsigned long)pixelFormat );
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue