Default Qt GUI Timing statistics calcutions to off. TODO make timing stats enable via GUI.
This commit is contained in:
parent
35e0bc441f
commit
d13c151817
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue