diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-10-11 07:02:44 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-10-11 07:02:44 +0200 |
commit | 298642b480fd7967193df2813109a7f6fede31a9 (patch) | |
tree | d02291ab3328dbcee3cca5bb9fd19ba576151dd0 /tracker-pt/point_tracker.cpp | |
parent | 4f422997c26278963217029a6875939b595d0ede (diff) |
tracker/pt: increase min point radius to sensible value
We can't possibly have LEDs smaller than (6/3=2) each.
Especially not (2.5/6).
Diffstat (limited to 'tracker-pt/point_tracker.cpp')
-rw-r--r-- | tracker-pt/point_tracker.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tracker-pt/point_tracker.cpp b/tracker-pt/point_tracker.cpp index d2071556..990ec512 100644 --- a/tracker-pt/point_tracker.cpp +++ b/tracker-pt/point_tracker.cpp @@ -15,7 +15,6 @@ using namespace pt_types; #include <vector> #include <algorithm> #include <cmath> -#include <iterator> #include <QDebug> |