Browse Source

PortraitUpsideDown no longer exists. Now uses PortraitDown.

Dominique Louis 12 years ago
parent
commit
8275389bbb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Draw2D/Game1.cs

+ 1 - 1
Draw2D/Game1.cs

@@ -45,7 +45,7 @@ namespace Microsoft.Xna.Samples.Draw2D
 			graphics.PreferredBackBufferHeight = 480;
 			graphics.PreferredBackBufferWidth = 320;
 
-			graphics.SupportedOrientations = DisplayOrientation.Portrait | DisplayOrientation.LandscapeLeft | DisplayOrientation.LandscapeRight | DisplayOrientation.PortraitUpsideDown;			
+			graphics.SupportedOrientations = DisplayOrientation.Portrait | DisplayOrientation.LandscapeLeft | DisplayOrientation.LandscapeRight | DisplayOrientation.PortraitDown;			
 		}
 		
 		/// <summary>