uncomment ReleaseCapture call to prevent cursor issues in windowed mode
This commit is contained in:
parent
1b0c518759
commit
6ad443cfb1
2 changed files with 2 additions and 5 deletions
|
@ -63,7 +63,7 @@ void mouse_unlock()
|
|||
g_mouse_locked = FALSE;
|
||||
|
||||
real_ClipCursor(NULL);
|
||||
//ReleaseCapture();
|
||||
ReleaseCapture();
|
||||
|
||||
RECT rc = { 0 };
|
||||
real_GetClientRect(g_ddraw.hwnd, &rc);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue