diff --git a/src/xrEngine/xr_input.cpp b/src/xrEngine/xr_input.cpp index 8b5c4834623..1d60bfa7c6a 100644 --- a/src/xrEngine/xr_input.cpp +++ b/src/xrEngine/xr_input.cpp @@ -185,9 +185,6 @@ void CInput::MouseUpdate() const auto count = SDL_PeepEvents(events, MAX_MOUSE_EVENTS, SDL_GETEVENT, SDL_MOUSEMOTION, SDL_MOUSEWHEEL); - if (count) - SetCurrentInputType(KeyboardMouse); - for (int i = 0; i < count; ++i) { const SDL_Event& event = events[i];