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