summaryrefslogtreecommitdiffhomepage
path: root/facetracknoir/main-settings.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2014-06-13 09:01:04 +0200
committerStanislaw Halik <sthalik@misaki.pl>2014-06-13 09:01:04 +0200
commit146540da2d1427a4172eb422cff94d89f03ce891 (patch)
tree0d94991540dd5ae97e2bc84c2ac96f3f1ea455db /facetracknoir/main-settings.hpp
parente9a6c723cc80317e205b05eb9f406dff9e55a825 (diff)
Ding!
Issue: #34
Diffstat (limited to 'facetracknoir/main-settings.hpp')
-rw-r--r--facetracknoir/main-settings.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/facetracknoir/main-settings.hpp b/facetracknoir/main-settings.hpp
index c9b5ff66..8e93bd24 100644
--- a/facetracknoir/main-settings.hpp
+++ b/facetracknoir/main-settings.hpp
@@ -35,7 +35,7 @@ struct main_settings {
key_opts toggle_key;
value<QString> tracker_dll, tracker2_dll, filter_dll, protocol_dll;
axis_opts a_x, a_y, a_z, a_yaw, a_pitch, a_roll;
- value<bool> tcomp_p, tcomp_tz;
+ value<bool> tcomp_p, tcomp_tz, dingp;
main_settings(pbundle b) :
b(b),
center_key(b, "center"),
@@ -51,6 +51,7 @@ struct main_settings {
a_pitch(b, "pitch"),
a_roll(b, "roll"),
tcomp_p(b, "compensate-translation", true),
- tcomp_tz(b, "compensate-translation-disable-z-axis", false)
+ tcomp_tz(b, "compensate-translation-disable-z-axis", false),
+ dingp(b, "ding", true)
{}
};