diff --git a/Minecraft.Client/Windows64/Windows64_Minecraft.cpp b/Minecraft.Client/Windows64/Windows64_Minecraft.cpp index a6d05e8f..a5a1b858 100644 --- a/Minecraft.Client/Windows64/Windows64_Minecraft.cpp +++ b/Minecraft.Client/Windows64/Windows64_Minecraft.cpp @@ -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);