diff options
Diffstat (limited to 'opentrack/tracker.h')
-rw-r--r-- | opentrack/tracker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opentrack/tracker.h b/opentrack/tracker.h index 58eb69dd..ace9fa3c 100644 --- a/opentrack/tracker.h +++ b/opentrack/tracker.h @@ -37,7 +37,7 @@ private: dmat<3, 3> r_b; double t_b[3]; - double map(double pos, bool invertp, Mapping& axis); + double map(double pos, Mapping& axis); void logic(); void t_compensate(const dmat<3, 3>& rmat, const double* ypr, double* output, bool rz); |