From 8e94cd964ccbf43f679989b73cb90cb1b0666c7c Mon Sep 17 00:00:00 2001 From: Alex <12881812+xezno@users.noreply.github.com> Date: Thu, 19 Dec 2024 18:04:29 +0000 Subject: [PATCH] I have a 320hz monitor so let's make that the default max framerate --- Source/Mocha.Host/Rendering/rendermanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Mocha.Host/Rendering/rendermanager.cpp b/Source/Mocha.Host/Rendering/rendermanager.cpp index 3456b7dd..6d126ca6 100644 --- a/Source/Mocha.Host/Rendering/rendermanager.cpp +++ b/Source/Mocha.Host/Rendering/rendermanager.cpp @@ -43,7 +43,7 @@ #include FloatCVar maxFramerate( - "render.max_framerate", 240.0f, CVarFlags::Archive, "The maximum framerate at which the game should run." ); + "render.max_framerate", 320.0f, CVarFlags::Archive, "The maximum framerate at which the game should run." ); const char* GetGPUName() {