Skip to content

Commit

Permalink
I have a 320hz monitor so let's make that the default max framerate
Browse files Browse the repository at this point in the history
  • Loading branch information
xezno committed Dec 19, 2024
1 parent 721a2fa commit 8e94cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Mocha.Host/Rendering/rendermanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
#include <implot.h>

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()
{
Expand Down

0 comments on commit 8e94cd9

Please sign in to comment.