From 148607dad5ca84bedf93031892c77e071d1873cc Mon Sep 17 00:00:00 2001 From: BoredGuy Date: Fri, 16 Jan 2026 19:28:33 -0800 Subject: Second Simple Game Complete --- 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 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(); -- cgit v1.2.3