From ead09ed1101e436daaf9fa13af1224212f7385f0 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Mon, 13 Apr 2020 20:27:22 +0300 Subject: [PATCH] [client] opengl: render frame if config didn't change --- VERSION | 2 +- client/renderers/OpenGL/opengl.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/VERSION b/VERSION index f8fefe2f..fa25d260 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -B1-171-g3538e7f6f4+1 \ No newline at end of file +B1-173-g2e760c09b4+1 \ No newline at end of file diff --git a/client/renderers/OpenGL/opengl.c b/client/renderers/OpenGL/opengl.c index 0ef85ed7..2b227029 100644 --- a/client/renderers/OpenGL/opengl.c +++ b/client/renderers/OpenGL/opengl.c @@ -564,8 +564,6 @@ bool opengl_render(void * opaque, SDL_Window * window) return false; case CONFIG_STATUS_NOOP : - break; - case CONFIG_STATUS_OK : if (!draw_frame(this)) return false;