summaryrefslogtreecommitdiffhomepage
path: root/opentrack/mappings.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2014-11-10 21:03:29 +0100
committerStanislaw Halik <sthalik@misaki.pl>2014-11-11 10:32:34 +0100
commit3514acd1b038e6f906ae2af8b46e626b85724783 (patch)
treeba99630d5c02c85d43e19c63c967bb1960241149 /opentrack/mappings.hpp
parentfb4f631a62ddbe126d3271d9fa311b3c4f17e701 (diff)
centering changes
Diffstat (limited to 'opentrack/mappings.hpp')
-rw-r--r--opentrack/mappings.hpp2
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])
}
{}