diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-05-12 13:00:13 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-05-12 13:00:13 +0200 |
commit | e2b1b2249024da9b2cc8cf4a6d5d1598bcd33eba (patch) | |
tree | ea4fda04ea8209fe97564b8e9ed044510cbd9e9a /tracker-hatire | |
parent | 172942d990d2b2ff5a01765031e2f6747bdf39c8 (diff) |
tracker/hatire: fix option name typo
Due to typo axis index got saved as the same .ini name as another index.
Spotted-by: @Ec0nomist
Confirmed-by: @huliqan
Issue: #327
Diffstat (limited to 'tracker-hatire')
-rwxr-xr-x | tracker-hatire/ftnoir_tracker_hat_settings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-hatire/ftnoir_tracker_hat_settings.h b/tracker-hatire/ftnoir_tracker_hat_settings.h index 53ab8870..0450856b 100755 --- a/tracker-hatire/ftnoir_tracker_hat_settings.h +++ b/tracker-hatire/ftnoir_tracker_hat_settings.h @@ -48,7 +48,7 @@ struct TrackerSettings : opts InvertZ(b, "invert-z", false), RollAxis(b, "roll-axis", 1), PitchAxis(b, "pitch-axis", 2), - YawAxis(b, "pitch-axis", 0), + YawAxis(b, "yaw-axis", 0), XAxis(b, "x-axis", 0), YAxis(b, "y-axis", 2), ZAxis(b, "z-axis", 1), |