summaryrefslogtreecommitdiffhomepage
path: root/opentrack/tracker.h
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2014-10-21 10:25:10 +0200
committerStanislaw Halik <sthalik@misaki.pl>2014-10-21 10:29:17 +0200
commit05b6069b505560a72d50f13c0b80a9e606df294f (patch)
treeef08fa86f71430ac08f54f7b1d47b6204b5e8232 /opentrack/tracker.h
parentf6d8fbbf3f4bc6984020de776285a38ad45c3631 (diff)
fix toggle output zeros regression
Diffstat (limited to 'opentrack/tracker.h')
-rw-r--r--opentrack/tracker.h2
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;