diff options
| author | BoredGuy <osome3717@gmail.com> | 2026-01-15 03:27:19 -0800 |
|---|---|---|
| committer | BoredGuy <osome3717@gmail.com> | 2026-01-15 03:27:19 -0800 |
| commit | 1ee13bd3d05d5a35f251b7d47a94cab7fbc8f5c7 (patch) | |
| tree | b1b4530c8d7b31b40cee000c6a6f7190196718e8 /MonoGameLibrary | |
| parent | 3149303926e7c56fb9508f0b60d26fe8c675d6aa (diff) | |
Simple Game For Practice
Diffstat (limited to 'MonoGameLibrary')
| -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(); |
