diff options
Diffstat (limited to 'logic/pipeline.cpp')
-rw-r--r-- | logic/pipeline.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/logic/pipeline.cpp b/logic/pipeline.cpp index 78037227..776d13bb 100644 --- a/logic/pipeline.cpp +++ b/logic/pipeline.cpp @@ -215,7 +215,8 @@ void pipeline::logic() rmat rotation = scaled_rotation.rotation; euler_t pos = euler_t(&value[TX]) - t_center; - switch (s.center_method) + //switch (s.center_method) + switch (1) { // inertial case 0: |