diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-05-16 10:51:48 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-05-16 10:51:48 +0200 |
commit | d7e1d8165a4d8c7bb559cb00b79f9567d0c4ab6e (patch) | |
tree | 6e492124b6901b5bd79649dae37b1991c896bcf2 /logic/main-settings.cpp | |
parent | a9ddb1242181032c549bcac7341e38cb2ee0bb73 (diff) |
logic: remove height in "dynamic neck"
It doesn't help any. Leave the depth only.
Diffstat (limited to 'logic/main-settings.cpp')
-rw-r--r-- | logic/main-settings.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/logic/main-settings.cpp b/logic/main-settings.cpp index 64bd0010..a847c920 100644 --- a/logic/main-settings.cpp +++ b/logic/main-settings.cpp @@ -23,7 +23,6 @@ main_settings::main_settings() : camera_roll(b, "camera-roll", 0), center_at_startup(b, "center-at-startup", true), center_method(b, "centering-method", 1), - neck_y(b, "neck-height", 0), neck_z(b, "neck-depth", 0), neck_enable(b, "neck-enable", false), key_start_tracking1(b, "start-tracking"), |