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 c1cfa850..ea831eb0 100644 --- a/opentrack/tracker.h +++ b/opentrack/tracker.h @@ -71,7 +71,7 @@ private: double map(double pos, Mapping& axis); void logic(); - void t_compensate(const dmat<3, 3>& rmat, const double* ypr, double* output, bool rz); + void t_compensate(const rmat& rmat, const double* ypr, double* output, bool rz); void run() override; public: Tracker(main_settings& s, Mappings& m, SelectedLibraries& libs); |