Default Qt GUI Timing statistics calcutions to off. TODO make timing stats enable via GUI.

This commit is contained in:
Matthew Budd 2020-11-28 22:05:39 -05:00
parent 35e0bc441f
commit d13c151817
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ static double Lasttime=0, Nexttime=0, Latetime=0;
static double desired_frametime = (1.0 / 60.099823);
static double frameDeltaMin = 99999.0;
static double frameDeltaMax = 0.0;
static bool keepFrameTimeStats = true;
static bool keepFrameTimeStats = false;
static int InFrame = 0;
double g_fpsScale = Normal; // used by sdl.cpp
bool MaxSpeed = false;