From 1ee13bd3d05d5a35f251b7d47a94cab7fbc8f5c7 Mon Sep 17 00:00:00 2001 From: BoredGuy Date: Thu, 15 Jan 2026 03:27:19 -0800 Subject: Simple Game For Practice --- MonoGameLibrary/Core.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'MonoGameLibrary/Core.cs') 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(); -- cgit v1.2.3