From 57920a063e889fc024cee8e8f58a476c3dfc1b93 Mon Sep 17 00:00:00 2001 From: BoredGuy Date: Tue, 27 Jan 2026 07:35:38 +0300 Subject: Smoth step movement doe --- MonoGameLibrary/Core.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MonoGameLibrary/Core.cs') 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(); -- cgit v1.2.3