Browse Source

Added CatapaultWars ported to Mac

Kenneth Pouncey 13 years ago
parent
commit
a8a87bad8c
2 changed files with 2 additions and 0 deletions
  1. 1 0
      Tests/MacOS/TestDataSetAndGet/Game1.cs
  2. 1 0
      Tests/MonoGame.Tests.MacOS.sln

+ 1 - 0
Tests/MacOS/TestDataSetAndGet/Game1.cs

@@ -64,6 +64,7 @@ namespace TestDataSetAndGet
         public PerPixelCollisionGame()
         {
             graphics = new GraphicsDeviceManager(this);
+			graphics.SynchronizeWithVerticalRetrace = false;
             Content.RootDirectory = "Content";
         }
 

+ 1 - 0
Tests/MonoGame.Tests.MacOS.sln

@@ -143,6 +143,7 @@ Global
 		$0.TextStylePolicy = $1
 		$1.FileWidth = 120
 		$1.RemoveTrailingWhitespace = True
+		$1.EolMarker = Windows
 		$1.inheritsSet = Mono
 		$1.inheritsScope = text/plain
 		$1.scope = text/x-csharp