delete misplaced comment
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4387 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
09a9f44e83
commit
860b3677d2
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue