diff options
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 c5c39797..b0e89455 100644 --- a/opentrack/tracker.h +++ b/opentrack/tracker.h @@ -48,7 +48,7 @@ private: Mappings& m; Timer t; - Pose output_pose, raw_6dof; + Pose output_pose, raw_6dof, last_mapped, last_raw; double newpose[6]; volatile bool centerp; |