mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-10 22:33:58 +00:00
[client] opengl: update mouse draw time when doing decoupled draws
This commit is contained in:
parent
9bb66b7bd6
commit
7bfed41523
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue