diff --git a/Shared/SneakGame.cs b/Shared/SneakGame.cs index 02c5b2d..c5f2793 100644 --- a/Shared/SneakGame.cs +++ b/Shared/SneakGame.cs @@ -28,7 +28,8 @@ namespace SemiColinGames { public SneakGame() { graphics = new GraphicsDeviceManager(this) { - SynchronizeWithVerticalRetrace = false + SynchronizeWithVerticalRetrace = true, + GraphicsProfile = GraphicsProfile.HiDef }; IsFixedTimeStep = true; TargetElapsedTime = TimeSpan.FromSeconds(1.0 / 60);