mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
delete misplaced comment
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4387 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -220,8 +220,6 @@ void FreeLookInput( UINT iMsg, WPARAM wParam )
|
|||||||
lastMouse[0] = point.x;
|
lastMouse[0] = point.x;
|
||||||
lastMouse[1] = point.y;
|
lastMouse[1] = point.y;
|
||||||
}
|
}
|
||||||
// This looks like it might leak cursors, but it really doesn't.
|
|
||||||
// See http://msdn.microsoft.com/en-us/library/ms648391(VS.85).aspx
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case WM_RBUTTONDOWN:
|
case WM_RBUTTONDOWN:
|
||||||
|
Reference in New Issue
Block a user