diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-05-06 13:16:06 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-05-10 11:19:22 +0200 |
commit | 40058ef9bb1b2beaf2f764e9b6f605e9ff679b77 (patch) | |
tree | 16cc2fc7b52e3792d153ca68c1e493fb772f8e7b /tracker-steamvr/steamvr.hpp | |
parent | 87c09c0ab5e1334e9877ee6fd7adeb1eb70d5929 (diff) |
tracker/steamvr: expose all valid devices
Diffstat (limited to 'tracker-steamvr/steamvr.hpp')
-rw-r--r-- | tracker-steamvr/steamvr.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-steamvr/steamvr.hpp b/tracker-steamvr/steamvr.hpp index e979b9e3..721fded7 100644 --- a/tracker-steamvr/steamvr.hpp +++ b/tracker-steamvr/steamvr.hpp @@ -81,7 +81,7 @@ public: bool center() override; private: - static void matrix_to_euler(double &yaw, double &pitch, double &roll, const vr::HmdMatrix34_t& result); + static void matrix_to_euler(double& yaw, double& pitch, double& roll, const vr::HmdMatrix34_t& result); settings s; int device_index; |