fix: typo

This commit is contained in:
2026-08-23 18:01:19 -04:00
parent 91ed8dceb6
commit 5531c673cd
@@ -742,7 +742,7 @@ int APIENTRY _tWinMain(_In_ HINSTANCE hInstance,
if(launchArgs.vsync)
{
RenderManager.SetVSync(false); //str1k3r - vsync is set to try by default in 4JLibs
RenderManager.SetVSync(false); //str1k3r - vsync is set to true by default in 4JLibs
}
RenderManager.Initialise(g_pd3dDevice, g_pSwapChain);