Don't log FPS by default

This commit is contained in:
sukibaby
2024-07-15 07:00:27 -07:00
committed by teejusb
parent 5bb4e04957
commit 515090b7f7
+1 -1
View File
@@ -51,7 +51,7 @@ static std::vector<Centering> g_CenteringStack( 1, Centering(0, 0, 0, 0) );
RageDisplay* DISPLAY = nullptr; // global and accessible from anywhere in our program
Preference<bool> LOG_FPS( "LogFPS", true );
Preference<bool> LOG_FPS( "LogFPS", false );
Preference<float> g_fFrameLimitPercent( "FrameLimitPercent", 0.0f );
static const char *RagePixelFormatNames[] = {