diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2021-08-18 08:31:38 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2021-08-18 08:33:40 +0200 |
commit | 775199ec9da3bae2c16f0a7fe52a3ddb1addb36d (patch) | |
tree | b23e194cae428f9f478d50600ab0747ef1fec687 /logic/pipeline.hpp | |
parent | 72992a8b45987a46d8eaff90a46a87e765117302 (diff) |
logic/pipeline: fix toggle button
Issue: #1210
Diffstat (limited to 'logic/pipeline.hpp')
-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 7775054e..fc1f2060 100644 --- a/logic/pipeline.hpp +++ b/logic/pipeline.hpp @@ -87,7 +87,7 @@ class OTR_LOGIC_EXPORT pipeline : private QThread event_handler& ev; Timer t; - Pose output_pose, raw_6dof; + Pose output_pose, raw_6dof, last_value; Pose newpose; runtime_libraries const& libs; |