Browse Source

Left orientation added.

Lasse Öörni 13 years ago
parent
commit
1025401e22
1 changed files with 1 additions and 0 deletions
  1. 1 0
      iOS/Urho3DInfo.plist.in

+ 1 - 0
iOS/Urho3DInfo.plist.in

@@ -6,6 +6,7 @@
 	<string>UIInterfaceOrientationLandscapeRight</string>
 	<string>UIInterfaceOrientationLandscapeRight</string>
 	<key>UISupportedInterfaceOrientations</key>
 	<key>UISupportedInterfaceOrientations</key>
 	<array>
 	<array>
+		<string>UIInterfaceOrientationLandscapeLeft</string>
 		<string>UIInterfaceOrientationLandscapeRight</string>
 		<string>UIInterfaceOrientationLandscapeRight</string>
 	</array>
 	</array>
 	<key>CFBundleDevelopmentRegion</key>
 	<key>CFBundleDevelopmentRegion</key>