diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-10-21 10:25:10 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-10-21 10:29:17 +0200 |
commit | 05b6069b505560a72d50f13c0b80a9e606df294f (patch) | |
tree | ef08fa86f71430ac08f54f7b1d47b6204b5e8232 /opentrack/tracker.h | |
parent | f6d8fbbf3f4bc6984020de776285a38ad45c3631 (diff) |
fix toggle output zeros regression
Diffstat (limited to 'opentrack/tracker.h')
-rw-r--r-- | opentrack/tracker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opentrack/tracker.h b/opentrack/tracker.h index 5ec44968..462f4e50 100644 --- a/opentrack/tracker.h +++ b/opentrack/tracker.h @@ -23,7 +23,7 @@ private: Mappings& m; Timer t; - Pose output_pose, raw_6dof, raw_center, unstopped_raw; + Pose output_pose, raw_6dof, raw_center, final_raw; double newpose[6]; std::atomic<bool> centerp; std::atomic<bool> enabledp; |