diff options
| -rw-r--r-- | logic/pipeline.hpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/logic/pipeline.hpp b/logic/pipeline.hpp index bce0bd76..1f3ce13a 100644 --- a/logic/pipeline.hpp +++ b/logic/pipeline.hpp @@ -90,7 +90,7 @@ class OTR_LOGIC_EXPORT pipeline : private QThread      event_handler& ev;      Timer t; -    Pose output_pose, raw_6dof, last_mapped, last_raw; +    Pose output_pose, raw_6dof;      Pose newpose;      runtime_libraries const& libs; | 
