mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-07 04:00:37 -06:00
Set correct interaction sensitivity factor when adjusting joystick sensitivity (closes #815)
This commit is contained in:
@@ -308,7 +308,7 @@ OrbitalNavigator::OrbitalNavigator()
|
||||
_mouseStates.setSensitivity(_mouseSensitivity * pow(10.0, -4));
|
||||
});
|
||||
_joystickSensitivity.onChange([&]() {
|
||||
_joystickStates.setSensitivity(_joystickSensitivity * pow(10.0, -4));
|
||||
_joystickStates.setSensitivity(_joystickSensitivity * 0.1);
|
||||
});
|
||||
|
||||
addPropertySubOwner(_friction);
|
||||
|
||||
Reference in New Issue
Block a user