summaryrefslogtreecommitdiffhomepage
path: root/logic/tracker.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/tracker.h')
-rw-r--r--logic/tracker.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/logic/tracker.h b/logic/tracker.h
index 4a5bdf50..6ba5dc70 100644
--- a/logic/tracker.h
+++ b/logic/tracker.h
@@ -74,12 +74,11 @@ private:
struct state
{
- rmat center_yaw, center_pitch, center_roll;
rmat rot_center;
rmat camera;
- rmat rotation, ry, rp, rr;
+ rmat rotation;
- state() : center_yaw(rmat::eye()), center_pitch(rmat::eye()), center_roll(rmat::eye()), rot_center(rmat::eye())
+ state() : rot_center(rmat::eye())
{}
};