diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-07-08 06:57:48 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-07-08 06:57:48 +0200 |
commit | 78e20c5173ae722ddac1499df25e40a3ab6d0f3e (patch) | |
tree | 6640b38855e081824e8fc04bc8a723fa560d28fc /opentrack/tracker.cpp | |
parent | 527eef2a2f0e68b286e1b782ba148ecdfafbb89c (diff) | |
parent | 027fd0f8b4efcf005a0bba850109089737f40a3f (diff) |
Merge branch 'unstable' into trackhat-ui
Diffstat (limited to 'opentrack/tracker.cpp')
-rw-r--r-- | opentrack/tracker.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/opentrack/tracker.cpp b/opentrack/tracker.cpp index 38d95f84..502f7a96 100644 --- a/opentrack/tracker.cpp +++ b/opentrack/tracker.cpp @@ -113,10 +113,10 @@ void Tracker::logic() { for (int i = 0; i < 6; i++) if (fabs(newpose[i]) != 0) - { - can_center = true; - break; - } + { + can_center = true; + break; + } } if (can_center) |