summaryrefslogtreecommitdiffhomepage
path: root/logic/main-settings.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2017-02-17 14:42:32 +0100
committerStanislaw Halik <sthalik@misaki.pl>2017-02-17 14:42:32 +0100
commit7055dc552ee4f18656b9befca0e7ac5bbf9311b3 (patch)
tree561bae2fc0ebead19ee1105659f0c3c3686945c2 /logic/main-settings.hpp
parentafa5744150300734f8e63f6b452f3368e33dcade (diff)
logic/tracker: remove the experimental center option
It's broken.
Diffstat (limited to 'logic/main-settings.hpp')
-rw-r--r--logic/main-settings.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/main-settings.hpp b/logic/main-settings.hpp
index 248017e0..203f531a 100644
--- a/logic/main-settings.hpp
+++ b/logic/main-settings.hpp
@@ -131,7 +131,7 @@ struct main_settings
camera_roll(b, "camera-roll", 0),
use_camera_offset_from_centering(b, "use-camera-offset-from-centering", false),
center_at_startup(b, "center-at-startup", true),
- center_method(b, "centering-method", true),
+ center_method(b, "centering-method", 0),
neck_y(b, "neck-height", 0),
neck_z(b, "neck-depth", 0),
neck_enable(b, "neck-enable", false),