diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-08-23 13:32:40 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-08-23 13:32:40 +0200 |
commit | 58f76e59cd28dd7239aa7b275e101a14629e9c3b (patch) | |
tree | 3bb12fc721d1c740f4fb6270fac09f942a60b356 /logic/tracker.h | |
parent | 0888be6331e0f5c5a964788150172dcb9a61bb34 (diff) |
logic/tracker: minor nonsense
Diffstat (limited to 'logic/tracker.h')
-rw-r--r-- | logic/tracker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/tracker.h b/logic/tracker.h index 6e5faddf..873e0936 100644 --- a/logic/tracker.h +++ b/logic/tracker.h @@ -43,7 +43,7 @@ private: Timer t; Pose output_pose, raw_6dof, last_mapped, last_raw; - double newpose[6]; + Pose newpose; SelectedLibraries const& libs; // The owner of the reference is the main window. // This design might be usefull if we decide later on to swap out |