mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-08 20:50:19 -06:00
Changing interaction handler to have a default inverted roll
Updated Ghoul
This commit is contained in:
Submodule ext/ghoul updated: e32dbf4109...b4a3e017c1
@@ -50,7 +50,7 @@ InteractionHandler::InteractionHandler()
|
||||
, _deltaTime(0.0)
|
||||
, _validKeyLua(false)
|
||||
, _controllerSensitivity(1.f)
|
||||
, _invertRoll(false)
|
||||
, _invertRoll(true)
|
||||
, _invertRotation(false)
|
||||
, _keyboardController(nullptr)
|
||||
, _mouseController(nullptr)
|
||||
|
||||
Reference in New Issue
Block a user