summaryrefslogtreecommitdiffhomepage
path: root/opentrack
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-06-14 11:43:34 +0200
committerStanislaw Halik <sthalik@misaki.pl>2016-06-14 18:14:46 +0200
commit21245bb4d55cc0acbb2556e6fe3bac18bd5d55ec (patch)
tree4c9b4b16e851c4d380c5bb55fc2e72f2b02baa8d /opentrack
parentdcef445e694c6e2b65d7f1fd0462f4ceacdaff3c (diff)
api: this isn't C#, we don't need to set enum vals
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 {