diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-11-10 21:03:29 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-11-11 10:32:34 +0100 |
commit | 3514acd1b038e6f906ae2af8b46e626b85724783 (patch) | |
tree | ba99630d5c02c85d43e19c63c967bb1960241149 /opentrack/mappings.hpp | |
parent | fb4f631a62ddbe126d3271d9fa311b3c4f17e701 (diff) |
centering changes
Diffstat (limited to 'opentrack/mappings.hpp')
-rw-r--r-- | opentrack/mappings.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opentrack/mappings.hpp b/opentrack/mappings.hpp index 3b86dfe3..3336dcd8 100644 --- a/opentrack/mappings.hpp +++ b/opentrack/mappings.hpp @@ -39,7 +39,7 @@ public: Mapping("ty","ty_alt", 100, 100, *opts[TY]), Mapping("tz","tz_alt", 100, 100, *opts[TZ]), Mapping("rx", "rx_alt", 180, 180, *opts[Yaw]), - Mapping("ry", "ry_alt", 90, 180, *opts[Pitch]), + Mapping("ry", "ry_alt", 180, 180, *opts[Pitch]), Mapping("rz", "rz_alt", 180, 180, *opts[Roll]) } {} |