diff --git a/src/common/platform/posix/cocoa/i_input.mm b/src/common/platform/posix/cocoa/i_input.mm index 3b562bcb8..9c09cbced 100644 --- a/src/common/platform/posix/cocoa/i_input.mm +++ b/src/common/platform/posix/cocoa/i_input.mm @@ -497,8 +497,7 @@ void ProcessMouseMoveInGame(NSEvent* theEvent) if (!m_noprescale) { - x *= 3; - y *= 2; + x <<= 2; } event_t event = {};