diff options
| author | BoredGuy <osome3717@gmail.com> | 2026-01-27 07:35:38 +0300 |
|---|---|---|
| committer | BoredGuy <osome3717@gmail.com> | 2026-01-27 07:35:38 +0300 |
| commit | 57920a063e889fc024cee8e8f58a476c3dfc1b93 (patch) | |
| tree | 8bd9308278c9fc269c3a60f6821000992ed77d1d /MonoGameLibrary/Core.cs | |
| parent | c18e714aebab35442347cd114bad66a014d8f7ca (diff) | |
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(); |
