diff --git a/client/eventsSDL/InputSourceTouch.cpp b/client/eventsSDL/InputSourceTouch.cpp index 3bd4f55b2..d5325513f 100644 --- a/client/eventsSDL/InputSourceTouch.cpp +++ b/client/eventsSDL/InputSourceTouch.cpp @@ -174,7 +174,6 @@ void InputSourceTouch::handleEventFingerUp(const SDL_TouchFingerEvent & tfinger) GH.input().setCursorPosition(convertTouchToMouse(tfinger)); GH.events().dispatchMouseLeftButtonPressed(convertTouchToMouse(tfinger)); GH.events().dispatchMouseLeftButtonReleased(convertTouchToMouse(tfinger)); - hapticFeedback(); state = TouchState::IDLE; break; }