Skip to content

Commit 64da625

Browse files
s1ddoks1ddok
authored andcommitted
1 parent e4df9b3 commit 64da625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cocos2d/CCTexturePVR.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ - (BOOL)unpackPVRv2Data:(unsigned char*)data PVRLen:(NSUInteger)len
307307
formatFlags = flags & PVR_TEXTURE_FLAG_TYPE_MASK;
308308
BOOL flipped = flags & kPVR2TextureFlagVerticalFlip;
309309
if( flipped )
310-
CCLOGWARN(@"cocos2d: WARNING: Image is flipped. Regenerate it using PVRTexTool");
310+
CCLOGWARN(@"cocos2d: WARNING: Image is not flipped. Regenerate it using PVRTexTool");
311311

312312
if( ! [configuration supportsNPOT] &&
313313
( header->width != CCNextPOT(header->width) || header->height != CCNextPOT(header->height ) ) ) {

0 commit comments

Comments
 (0)