Skip to content

Commit

Permalink
don't log fps by default
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Oct 5, 2018
1 parent 6763379 commit 1b6ea1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RageDisplay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ static vector<Centering> g_CenteringStack(1, Centering(0, 0, 0, 0));
RageDisplay* DISPLAY =
NULL; // 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.90f);
Preference<int> g_fFrameLimit("FrameLimit", 1000);
Preference<int> g_fFrameLimitGameplay("FrameLimitGameplay", 1000);
Expand Down

0 comments on commit 1b6ea1a

Please sign in to comment.