Allow gamepad to rotate openvr view. Also Fix issue with movemanager openvr rotation not being set correctly.

This commit is contained in:
James Urquhart 2016-05-26 23:50:27 +01:00
parent e6c89b1f24
commit 660bd8d347
2 changed files with 10 additions and 1 deletions

View file

@ -283,6 +283,7 @@ public:
static EulerF smHMDRotOffset;
static F32 smHMDmvYaw;
static F32 smHMDmvPitch;
static bool smRotateYawWithMoveActions;
/// }
public: