summaryrefslogtreecommitdiff
path: root/MonoGameLibrary
diff options
context:
space:
mode:
authorBoredGuy <osome3717@gmail.com>2026-01-16 19:28:33 -0800
committerBoredGuy <osome3717@gmail.com>2026-01-16 19:28:33 -0800
commit148607dad5ca84bedf93031892c77e071d1873cc (patch)
tree2d2bb82363f5f79b43cd0543136029099868b043 /MonoGameLibrary
parentd31f4246711411eabfac5a0ec6b6e55cb87e695e (diff)
Second Simple Game Complete
Diffstat (limited to 'MonoGameLibrary')
-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();