mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-12-23 06:11:46 +00:00
Revert "[client] disable hacky vsync code now we are single buffering"
This reverts commit d55f0bf841
.
This commit is contained in:
parent
d55f0bf841
commit
8c2709a3f4
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue