- restored old mouse scaling for Cocoa backend

This reverts commit df2b3b6b17.
This commit is contained in:
alexey.lysiuk 2020-09-28 09:34:31 +03:00
parent 9dd26c8196
commit 6cf921dbfe

View file

@ -497,7 +497,8 @@ void ProcessMouseMoveInGame(NSEvent* theEvent)
if (!m_noprescale)
{
x <<= 2;
x *= 3;
y *= 2;
}
event_t event = {};