mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-16 03:23:15 +01:00
Fix wrong mouse button being released on FingerUp event
This commit is contained in:
@@ -429,7 +429,7 @@ public:
|
||||
if (_cursorState.touchIsDouble)
|
||||
{
|
||||
store_mouse_input(MOUSE_STATE_RIGHT_RELEASE, x, y);
|
||||
_cursorState.left = CURSOR_RELEASED;
|
||||
_cursorState.right = CURSOR_RELEASED;
|
||||
_cursorState.old = 4;
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user