From 26eea646899b85944980cc69a7e10c9898edebae Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Thu, 21 May 2020 14:16:01 +1000 Subject: [PATCH] [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. --- VERSION | 2 +- client/src/main.c | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/VERSION b/VERSION index 42b045fe..63148db4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -B1-207-ge31f38eadc+1 \ No newline at end of file +B1-208-gc9ff1e1949+1 \ No newline at end of file diff --git a/client/src/main.c b/client/src/main.c index 60d1a46f..07090acc 100644 --- a/client/src/main.c +++ b/client/src/main.c @@ -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) { DEBUG_ERROR("SDL_Init Failed");