diff options
Diffstat (limited to 'MonoGameLibrary/Core.cs')
| -rw-r--r-- | MonoGameLibrary/Core.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MonoGameLibrary/Core.cs b/MonoGameLibrary/Core.cs index a746030..fddcc0c 100644 --- a/MonoGameLibrary/Core.cs +++ b/MonoGameLibrary/Core.cs @@ -29,6 +29,7 @@ public class Core : Game { Graphics.PreferredBackBufferWidth = width; Graphics.PreferredBackBufferHeight = height; Graphics.IsFullScreen = fullscreen; + Graphics.SynchronizeWithVerticalRetrace = true; Graphics.ApplyChanges(); |
