summaryrefslogtreecommitdiff
path: root/MonoGameLibrary
diff options
context:
space:
mode:
authorBoredGuy <osome3717@gmail.com>2026-01-27 07:35:38 +0300
committerBoredGuy <osome3717@gmail.com>2026-01-27 07:35:38 +0300
commit57920a063e889fc024cee8e8f58a476c3dfc1b93 (patch)
tree8bd9308278c9fc269c3a60f6821000992ed77d1d /MonoGameLibrary
parentc18e714aebab35442347cd114bad66a014d8f7ca (diff)
Smoth step movement doeHEADmaster
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 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();