fix invisible cursor on unlock (YR)
This commit is contained in:
parent
c2254f0d9a
commit
20205db5d5
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ void mouse_unlock()
|
||||||
if (GetCursorInfo(&ci) && ci.flags == 0)
|
if (GetCursorInfo(&ci) && ci.flags == 0)
|
||||||
{
|
{
|
||||||
ddraw->hidecursor = TRUE;
|
ddraw->hidecursor = TRUE;
|
||||||
ShowCursor(TRUE);
|
while (ShowCursor(TRUE) < 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue