mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[client] disable hacky vsync code now we are single buffering
This commit is contained in:
parent
dd0930d265
commit
d55f0bf841
@ -633,8 +633,8 @@ bool lgr_opengl_render(void * opaque)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// wait for vsync
|
// wait for vsync
|
||||||
unsigned int count;
|
// unsigned int count;
|
||||||
glXWaitVideoSyncSGI(1, 0, &count);
|
// glXWaitVideoSyncSGI(1, 0, &count);
|
||||||
|
|
||||||
glDisable(GL_SCISSOR_TEST);
|
glDisable(GL_SCISSOR_TEST);
|
||||||
glClear(GL_COLOR_BUFFER_BIT);
|
glClear(GL_COLOR_BUFFER_BIT);
|
||||||
|
Loading…
Reference in New Issue
Block a user