Skip to content

Commit e2fe2f6

Browse files
committed
Merge branch 'develop-v3' of https://github.com/cocos2d/cocos2d-iphone into EaseSineActions
Former-commit-id: 981e183
2 parents 95c4c74 + fbea97b commit e2fe2f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cocos2d/Platforms/iOS/CCAppDelegate.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ -(NSUInteger)supportedInterfaceOrientations
8484
}
8585
else
8686
{
87-
return UIInterfaceOrientationMaskPortrait;
87+
return UIInterfaceOrientationMaskPortrait | UIInterfaceOrientationMaskPortraitUpsideDown;
8888
}
8989
}
9090

0 commit comments

Comments
 (0)