문제

used cocos2d-x(version:"cocos2d-2.1beta3-x-2.1.1") under xcode

I set

CCEGLView::sharedOpenGLView()->setDesignResolutionSize(960, 640, kResolutionShowAll) 

to make my game fit different devices. With Everyplay effect on, my screen size will change auto, only happened when test on real machine, but no such bug when I use kResolutionExactFit. However, I need to use kResolutionShowAll. With iphone4 it works all well,but with ipad and iphone 5(I think all devices except screen size is 960*640) have the bug above

도움이 되었습니까?

해결책

This issue has been fixed in Everyplay v1.6.3.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top