mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-12-22 22:01:46 +00:00
[client] app: fix broken mouse sensitivity
This commit is contained in:
parent
b0f9d2f713
commit
33fed48277
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ void app_handleMouseGrabbed(double ex, double ey)
|
|||
return;
|
||||
|
||||
int x, y;
|
||||
if (g_params.rawMouse && !g_cursor.useScale)
|
||||
if (g_params.rawMouse && !g_cursor.sens)
|
||||
{
|
||||
/* raw unscaled input are always round numbers */
|
||||
x = floor(ex);
|
||||
|
|
Loading…
Reference in a new issue