mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[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:
parent
c9ff1e1949
commit
26eea64689
@ -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");
|
||||||
|
Loading…
Reference in New Issue
Block a user