[client] disable hacky vsync code now we are single buffering

This commit is contained in:
Geoffrey McRae 2017-12-14 10:35:38 +11:00
parent dd0930d265
commit d55f0bf841

View File

@ -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);