Skip to content

Commit fbea97b

Browse files
committed
Allow upside down portrait orientation.
Former-commit-id: 1db77fa
1 parent 9c4591f commit fbea97b

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)