summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_tracker_pt/ftnoir_tracker_pt.h
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2015-03-25 15:38:18 +0100
committerStanislaw Halik <sthalik@misaki.pl>2015-03-25 15:38:18 +0100
commit105069bb20284abb3ded7a50ac317cea2c758fe9 (patch)
treec77d5aa1e61a701b65114e8231580cdaef35e9bc /ftnoir_tracker_pt/ftnoir_tracker_pt.h
parentd53ef58b1f043a8f356a1ed1d8c713d202e92cae (diff)
pt: don't return zeros when last frame had no result
Diffstat (limited to 'ftnoir_tracker_pt/ftnoir_tracker_pt.h')
-rw-r--r--ftnoir_tracker_pt/ftnoir_tracker_pt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftnoir_tracker_pt/ftnoir_tracker_pt.h b/ftnoir_tracker_pt/ftnoir_tracker_pt.h
index 7fce812d..349cf2c8 100644
--- a/ftnoir_tracker_pt/ftnoir_tracker_pt.h
+++ b/ftnoir_tracker_pt/ftnoir_tracker_pt.h
@@ -72,7 +72,7 @@ private:
settings s;
Timer time;
- volatile bool success;
+ volatile bool ever_success;
static constexpr double rad2deg = 180.0/3.14159265;
static constexpr double deg2rad = 3.14159265/180.0;