mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-15 14:14:47 +01:00
fix invisible cursor on unlock (YR)
This commit is contained in:
parent
c2254f0d9a
commit
20205db5d5
@ -312,7 +312,7 @@ void mouse_unlock()
|
||||
if (GetCursorInfo(&ci) && ci.flags == 0)
|
||||
{
|
||||
ddraw->hidecursor = TRUE;
|
||||
ShowCursor(TRUE);
|
||||
while (ShowCursor(TRUE) < 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user