diff options
Diffstat (limited to 'logic')
| -rw-r--r-- | logic/pipeline.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/logic/pipeline.cpp b/logic/pipeline.cpp index e174178c..67669732 100644 --- a/logic/pipeline.cpp +++ b/logic/pipeline.cpp @@ -415,7 +415,7 @@ void pipeline::logic()      {          maybe_enable_center_on_tracking_started();          maybe_set_center_pose(value, own_center_logic); -        value = apply_center(value); +        value = clamp_value(apply_center(value));          // "corrected" - after various transformations to account for camera position          logger.write_pose(value); | 
