From 515090b7f76021e64abbab0eabffef8118cb9c68 Mon Sep 17 00:00:00 2001 From: sukibaby <163092272+sukibaby@users.noreply.github.com> Date: Mon, 15 Jul 2024 05:12:23 -0700 Subject: [PATCH] Don't log FPS by default --- src/RageDisplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RageDisplay.cpp b/src/RageDisplay.cpp index 06b48d04d5..e9dcd31321 100644 --- a/src/RageDisplay.cpp +++ b/src/RageDisplay.cpp @@ -51,7 +51,7 @@ static std::vector g_CenteringStack( 1, Centering(0, 0, 0, 0) ); RageDisplay* DISPLAY = nullptr; // global and accessible from anywhere in our program -Preference LOG_FPS( "LogFPS", true ); +Preference LOG_FPS( "LogFPS", false ); Preference g_fFrameLimitPercent( "FrameLimitPercent", 0.0f ); static const char *RagePixelFormatNames[] = {