Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
s1ddok authored and s1ddok committed Feb 26, 2016
1 parent e4df9b3 commit 64da625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cocos2d/CCTexturePVR.m
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ - (BOOL)unpackPVRv2Data:(unsigned char*)data PVRLen:(NSUInteger)len
formatFlags = flags & PVR_TEXTURE_FLAG_TYPE_MASK;
BOOL flipped = flags & kPVR2TextureFlagVerticalFlip;
if( flipped )
CCLOGWARN(@"cocos2d: WARNING: Image is flipped. Regenerate it using PVRTexTool");
CCLOGWARN(@"cocos2d: WARNING: Image is not flipped. Regenerate it using PVRTexTool");

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

0 comments on commit 64da625

Please sign in to comment.