summaryrefslogtreecommitdiffhomepage
path: root/tracker-pt/point-filter.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-05-09 19:14:32 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-05-11 20:50:20 +0200
commitcca730a8d311f099d1b58ecd04051b612ae3ef72 (patch)
tree72a84990126b453ec782d88a4813a20d8dbbd633 /tracker-pt/point-filter.hpp
parent50d3f1dcc3d690f0dde53a4e5cf3a765842815e0 (diff)
tracker/{pt-base,trackhat}: add variable deadzone factoropentrack-2022.2.0
Diffstat (limited to 'tracker-pt/point-filter.hpp')
-rw-r--r--tracker-pt/point-filter.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-pt/point-filter.hpp b/tracker-pt/point-filter.hpp
index cc86505b..c3c045dd 100644
--- a/tracker-pt/point-filter.hpp
+++ b/tracker-pt/point-filter.hpp
@@ -19,7 +19,7 @@ class point_filter final
public:
void reset();
- const PointOrder& operator()(const PointOrder& input);
+ const PointOrder& operator()(const PointOrder& input, f deadzone_amount);
explicit point_filter(const pt_settings& s);
~point_filter() = default;