diff --git a/Shared/SneakGame.cs b/Shared/SneakGame.cs index 86fb604..bd2a384 100644 --- a/Shared/SneakGame.cs +++ b/Shared/SneakGame.cs @@ -30,7 +30,7 @@ namespace SemiColinGames { graphics = new GraphicsDeviceManager(this); graphics.SynchronizeWithVerticalRetrace = false; IsFixedTimeStep = true; - TargetElapsedTime = TimeSpan.FromSeconds(1.0 / 120); + TargetElapsedTime = TimeSpan.FromSeconds(1.0 / 60); IsMouseVisible = true; Content.RootDirectory = "Content"; }