We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4df9b3 commit 64da625Copy full SHA for 64da625
cocos2d/CCTexturePVR.m
@@ -307,7 +307,7 @@ - (BOOL)unpackPVRv2Data:(unsigned char*)data PVRLen:(NSUInteger)len
307
formatFlags = flags & PVR_TEXTURE_FLAG_TYPE_MASK;
308
BOOL flipped = flags & kPVR2TextureFlagVerticalFlip;
309
if( flipped )
310
- CCLOGWARN(@"cocos2d: WARNING: Image is flipped. Regenerate it using PVRTexTool");
+ CCLOGWARN(@"cocos2d: WARNING: Image is not flipped. Regenerate it using PVRTexTool");
311
312
if( ! [configuration supportsNPOT] &&
313
( header->width != CCNextPOT(header->width) || header->height != CCNextPOT(header->height ) ) ) {
0 commit comments