From d55f0bf841416d9afeda7b901487c728cec2ffba Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Thu, 14 Dec 2017 10:35:38 +1100 Subject: [PATCH] [client] disable hacky vsync code now we are single buffering --- client/renderers/opengl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/renderers/opengl.c b/client/renderers/opengl.c index b53a1dde..90d2ba32 100644 --- a/client/renderers/opengl.c +++ b/client/renderers/opengl.c @@ -633,8 +633,8 @@ bool lgr_opengl_render(void * opaque) } // wait for vsync - unsigned int count; - glXWaitVideoSyncSGI(1, 0, &count); +// unsigned int count; +// glXWaitVideoSyncSGI(1, 0, &count); glDisable(GL_SCISSOR_TEST); glClear(GL_COLOR_BUFFER_BIT);