diff options
Diffstat (limited to 'MonoGameLibrary/Core.cs')
| -rw-r--r-- | MonoGameLibrary/Core.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MonoGameLibrary/Core.cs b/MonoGameLibrary/Core.cs index 1f76b51..fddcc0c 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 = false; + Graphics.SynchronizeWithVerticalRetrace = true; Graphics.ApplyChanges(); |
