mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-05 18:24:08 +00:00
[client] opengl: update mouse draw time when doing decoupled draws
This commit is contained in:
@@ -720,6 +720,9 @@ bool lgr_opengl_render(void * opaque)
|
||||
glCallList(this->fpsList);
|
||||
glDrawBuffer(GL_BACK);
|
||||
glFlush();
|
||||
|
||||
this->mouseUpdate = false;
|
||||
this->lastMouseDraw = nanotime();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user