summaryrefslogtreecommitdiff
path: root/MonoGameLibrary/Core.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MonoGameLibrary/Core.cs')
-rw-r--r--MonoGameLibrary/Core.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MonoGameLibrary/Core.cs b/MonoGameLibrary/Core.cs
index fddcc0c..1f76b51 100644
--- a/MonoGameLibrary/Core.cs
+++ b/MonoGameLibrary/Core.cs
@@ -29,7 +29,7 @@ public class Core : Game {
Graphics.PreferredBackBufferWidth = width;
Graphics.PreferredBackBufferHeight = height;
Graphics.IsFullScreen = fullscreen;
- Graphics.SynchronizeWithVerticalRetrace = true;
+ Graphics.SynchronizeWithVerticalRetrace = false;
Graphics.ApplyChanges();