[client] remove microstutter warning when using the fps display

This warning was added when it was thought to be the cause of the
microstutters, however this has been disproven with the latest batch of
changes.
This commit is contained in:
Geoffrey McRae 2020-05-21 14:16:01 +10:00
parent c9ff1e1949
commit 26eea64689
2 changed files with 1 additions and 9 deletions

View File

@ -1 +1 @@
B1-207-ge31f38eadc+1 B1-208-gc9ff1e1949+1

View File

@ -1201,14 +1201,6 @@ static int lg_run()
} }
} }
// warn about using FPS display until we can fix the font rendering to prevent lag spikes
if (params.showFPS)
{
DEBUG_BREAK();
DEBUG_WARN("WARNING: The FPS display causes microstutters, this is a known issue" );
DEBUG_BREAK();
}
if (SDL_Init(SDL_INIT_VIDEO) < 0) if (SDL_Init(SDL_INIT_VIDEO) < 0)
{ {
DEBUG_ERROR("SDL_Init Failed"); DEBUG_ERROR("SDL_Init Failed");