From 21245bb4d55cc0acbb2556e6fe3bac18bd5d55ec Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 14 Jun 2016 11:43:34 +0200 Subject: api: this isn't C#, we don't need to set enum vals --- opentrack/plugin-api.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.3