[client] opengl: render cursor in spice mode

This commit is contained in:
Quantum 2022-09-18 22:09:54 -04:00 committed by Geoffrey McRae
parent d9ffb98c9b
commit bf8f4c17f0

View File

@ -495,14 +495,12 @@ bool opengl_render(LG_Renderer * renderer, LG_RendererRotate rotate, const bool
glClearColor(0.0f, 0.0f, 0.0f, 1.0f);
glClear(GL_COLOR_BUFFER_BIT);
updateMouseShape(this);
if (this->spiceShow)
glCallList(this->spiceList);
else
{
updateMouseShape(this);
glCallList(this->texList + this->texRIndex);
drawMouse(this);
}
drawMouse(this);
if (app_renderOverlay(NULL, 0) != 0)
{