update s3tc #7

This commit is contained in:
godyZ 2013-08-09 15:00:26 +08:00
parent 9bdb8a43d7
commit e507bb0deb
1 changed files with 1 additions and 1 deletions

View File

@ -1501,7 +1501,7 @@ bool Image::initWithS3TCData(const void *data, int dataLen)
decodeOffset += stride * height; decodeOffset += stride * height;
} }
encodeOffset += size; encodeOffset += size;
width >>= 1; width >>= 1;
height >>= 1; height >>= 1;
} }