We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
visual orientation is wrong on ios5 simulator
visual orientation is wrong on ios5 simulator
Bug #753 [Closed]
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset commit:33bbe314ff9c7866ce4821050cefcc2c6df5488a.
Applied in changeset commit:b329f995e90b3318683197fe7f022a6b38573395.
- Status changed from Resolved to Closed
- Project changed from cocos2d-x to cpp
- Category deleted (
1) - Target version deleted (
cocos2d-1.0.1-x-0.9.2)
Status: | Closed | |
---|---|---|
Start date: | 2011-10-18 | |
Priority: | Normal | |
Due date: | ||
Assignee: | ||
% Done: | 100% |
|
Category: | - | |
Target version: | - |
But it’s ok on ios4.3 simulator.
Adding pDirector->setDeviceOrientation(kCCDeviceOrientationLandscapeLeft) in AppDelegate::applicationDidFinishLaunching() will fix this problem on ios5.0, but cause error on ios4.3, WTF!