diff options
| author | aldrikboy <aldrikboy@gmail.com> | 2017-12-28 22:13:21 +0100 |
|---|---|---|
| committer | aldrikboy <aldrikboy@gmail.com> | 2017-12-28 22:13:21 +0100 |
| commit | a9adf4d4d52a9d42b885e2fc1dee9ea2f4451331 (patch) | |
| tree | 2b331d41e008ab48c0680449fb3a598afa95494b /Penguloon/Activity.cs | |
| parent | c8f1c363de7b41fe7d44e53628291e36bf630451 (diff) | |
zucc
Diffstat (limited to 'Penguloon/Activity.cs')
| -rw-r--r-- | Penguloon/Activity.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Penguloon/Activity.cs b/Penguloon/Activity.cs index 1a01358..d5c5562 100644 --- a/Penguloon/Activity.cs +++ b/Penguloon/Activity.cs @@ -11,7 +11,7 @@ namespace Penguloon , Theme = "@style/Theme.Splash" , AlwaysRetainTaskState = true , LaunchMode = Android.Content.PM.LaunchMode.SingleInstance - , ScreenOrientation = ScreenOrientation.Landscape + , ScreenOrientation = ScreenOrientation.UserLandscape , ConfigurationChanges = ConfigChanges.Orientation | ConfigChanges.Keyboard | ConfigChanges.KeyboardHidden | ConfigChanges.ScreenSize)] public class Activity : Microsoft.Xna.Framework.AndroidGameActivity { |
