summaryrefslogtreecommitdiffhomepage
path: root/tracker-rift-025/ftnoir_tracker_rift_025.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-09-09 20:01:15 +0200
committerStanislaw Halik <sthalik@misaki.pl>2016-09-09 20:41:52 +0200
commitbc139ef46760fcb9b9b7e5e6bb8e4a914b8eb222 (patch)
tree1f76f923e373e90201bea6b0816c7cecbd88285a /tracker-rift-025/ftnoir_tracker_rift_025.cpp
parent3fa5061f47d1c5eb9545f1644cc6bd08f38f0a17 (diff)
tracker/rifts: show descriptive error messages, if any
Diffstat (limited to 'tracker-rift-025/ftnoir_tracker_rift_025.cpp')
-rw-r--r--tracker-rift-025/ftnoir_tracker_rift_025.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-rift-025/ftnoir_tracker_rift_025.cpp b/tracker-rift-025/ftnoir_tracker_rift_025.cpp
index feacf5b1..51eed855 100644
--- a/tracker-rift-025/ftnoir_tracker_rift_025.cpp
+++ b/tracker-rift-025/ftnoir_tracker_rift_025.cpp
@@ -73,7 +73,7 @@ void Rift_Tracker::data(double *data)
hmdOrient.GetEulerAngles<Axis_Y, Axis_X, Axis_Z>(&yaw, &pitch , &roll);
- double yaw_ = yaw;
+ double yaw_ = double(yaw);
if (s.useYawSpring)
{