diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-10-29 05:40:50 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-10-29 05:40:50 +0100 |
commit | c75d8684fb94ab9cf38944bb491ceb10c2d3dc27 (patch) | |
tree | ad1f490f214d51b22d0e6184eb762bc96a118cd6 /opentrack/main-settings.hpp | |
parent | 41017d64ce75f7e5d881e958719971272482c896 (diff) |
rename invert option so old values don't exist anymore
Diffstat (limited to 'opentrack/main-settings.hpp')
-rw-r--r-- | opentrack/main-settings.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opentrack/main-settings.hpp b/opentrack/main-settings.hpp index 4f1eff31..2c909d27 100644 --- a/opentrack/main-settings.hpp +++ b/opentrack/main-settings.hpp @@ -12,7 +12,7 @@ struct axis_opts { value<int> src; axis_opts(pbundle b, QString pfx, int idx) : zero(b, n(pfx, "zero-pos"), 0), - invert(b, n(pfx, "invert-axis"), false), + invert(b, n(pfx, "invert-sign"), false), altp(b, n(pfx, "alt-axis-sign"), false), src(b, n(pfx, "source-index"), idx) {} |