[client] core: redraw cursor after warping guest cursor

This commit is contained in:
Quantum 2022-01-24 00:31:37 -05:00 committed by Geoffrey McRae
parent 71901414d1
commit 11800029f0

View File

@ -502,6 +502,7 @@ void core_handleMouseNormal(double ex, double ey)
g_cursor.guest.y = msg.y;
g_cursor.realign = false;
g_cursor.realigning = false;
g_cursor.redraw = true;
if (!g_cursor.inWindow)
return;