- restored old mouse scaling for Cocoa backend

This reverts commit cc07c56c36.
This commit is contained in:
alexey.lysiuk 2020-09-27 17:23:18 +03:00
parent c6639427dc
commit 99a0ab2372
1 changed files with 2 additions and 1 deletions

View File

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