diff options
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]) } {} |