diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-03-25 15:38:18 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-03-25 15:38:18 +0100 |
commit | 105069bb20284abb3ded7a50ac317cea2c758fe9 (patch) | |
tree | c77d5aa1e61a701b65114e8231580cdaef35e9bc /ftnoir_tracker_pt/ftnoir_tracker_pt.h | |
parent | d53ef58b1f043a8f356a1ed1d8c713d202e92cae (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.h | 2 |
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; |