diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-11-30 17:09:12 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-11-30 17:09:12 +0100 |
commit | 8b3838e6e744bd1dfff290bf56ee4543bc442526 (patch) | |
tree | 3a4d14a4498d326fbd45f37b9c95bd790f4ed7f9 /ftnoir_tracker_rift/ftnoir_tracker_rift.h | |
parent | 2435ad93423ee3ce3b262000854666adc5f51386 (diff) |
Revert "Added positional tracking?!"
This reverts commit 8b3285917eeb228e9811df75568d927b763644cf.
Requested-by: mm0zct
Diffstat (limited to 'ftnoir_tracker_rift/ftnoir_tracker_rift.h')
-rw-r--r-- | ftnoir_tracker_rift/ftnoir_tracker_rift.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftnoir_tracker_rift/ftnoir_tracker_rift.h b/ftnoir_tracker_rift/ftnoir_tracker_rift.h index 93b03b97..7a4533d3 100644 --- a/ftnoir_tracker_rift/ftnoir_tracker_rift.h +++ b/ftnoir_tracker_rift/ftnoir_tracker_rift.h @@ -30,13 +30,13 @@ private: bool bEnableRoll; bool bEnablePitch; bool bEnableYaw; -#if 1 +#if 0 bool bEnableX; bool bEnableY; bool bEnableZ; #endif bool useYawSpring; - double old_yaw, constant_drift, persistence, deadzone, old_x, old_y, old_z, vx, vy, vz; + double old_yaw, constant_drift, persistence, deadzone; }; // Widget that has controls for FTNoIR protocol client-settings. |