summaryrefslogtreecommitdiffhomepage
path: root/opentrack
diff options
context:
space:
mode:
Diffstat (limited to 'opentrack')
-rw-r--r--opentrack/plugin-api.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/opentrack/plugin-api.hpp b/opentrack/plugin-api.hpp
index b32e04bc..e715780e 100644
--- a/opentrack/plugin-api.hpp
+++ b/opentrack/plugin-api.hpp
@@ -33,7 +33,7 @@
#endif
enum Axis {
- TX = 0, TY, TZ, Yaw, Pitch, Roll
+ TX, TY, TZ, Yaw, Pitch, Roll
};
namespace plugin_api {