Changing interaction handler to have a default inverted roll

Updated Ghoul
This commit is contained in:
Alexander Bock
2016-04-30 13:16:41 +02:00
parent 95751691b0
commit b4fa20bfaa
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ InteractionHandler::InteractionHandler()
, _deltaTime(0.0)
, _validKeyLua(false)
, _controllerSensitivity(1.f)
, _invertRoll(false)
, _invertRoll(true)
, _invertRotation(false)
, _keyboardController(nullptr)
, _mouseController(nullptr)