diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-06-14 11:43:34 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-06-14 18:14:46 +0200 |
commit | 21245bb4d55cc0acbb2556e6fe3bac18bd5d55ec (patch) | |
tree | 4c9b4b16e851c4d380c5bb55fc2e72f2b02baa8d | |
parent | dcef445e694c6e2b65d7f1fd0462f4ceacdaff3c (diff) |
api: this isn't C#, we don't need to set enum vals
-rw-r--r-- | opentrack/plugin-api.hpp | 2 |
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 { |