loading hd pvr ccz sprite sheet (.plist) shows a white box

It works when i load the normal and hd png.
But when I use rgba4444 pvr ccz, the normal one works but the hd shows a white box.

  1. I made a typo in CC_SWAP32 marco in v0.9.1. Please see this diff http://www.cocos2d-x.org/projects/cocos2d-x/repository/revisions/d6bc3957b49739e34ef7eb9255b8f0c40ed7a024, you can merge this line into your source. I’m not sure if it works for you.
  2. If no, could you paste your pvr file, so I can reproduce this bug?

Thanks, it works now! :slight_smile:

Is the typo in CC_SWAP32 leads to your error?

Yes, I have applied the patch and it can load the hd pvr now.