1
0
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:
Michał Janiszewski
2017-07-30 17:57:07 +02:00
parent 4c6412d4fd
commit 9eb0dc6ea9

View File

@@ -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 {