diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-07-07 13:59:49 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-07-07 13:59:49 +0200 |
commit | daef1862f1ef7a1332253ee427b9726316ba6328 (patch) | |
tree | 4db4f0cef98b715778a8c96a90545cac8868254e /opentrack/tracker.cpp | |
parent | 68fe8c1f09a2747ef816c688e1c957e39cf21664 (diff) |
tracker: camera angle affected translation twice
Diffstat (limited to 'opentrack/tracker.cpp')
-rw-r--r-- | opentrack/tracker.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/opentrack/tracker.cpp b/opentrack/tracker.cpp index c124111f..0d4d8c2c 100644 --- a/opentrack/tracker.cpp +++ b/opentrack/tracker.cpp @@ -106,7 +106,6 @@ void Tracker::logic() dmat<3, 1> t { value(0), value(1), value(2) }; r = cam * r; - t = cam * t; bool can_center = false; |