2.0.1 FPS doesn't support Retina?

it display correct on 3GS, but it’s wrong num on iPhone 4.

`pDirector->enableRetinaDisplay(true);

pDirector->setDisplayStats(true);`

Hi,
be sure that you include all three images (fps_images.png, fps_images-hd.png, fps_images-ipadhd.png) into your game resource. I have similar issue after upgrading my project to 2.0.1.
Clean, rebuild and stats are ok.

it works. Thanks a lot:)