diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-11-02 19:33:32 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-11-02 19:33:32 +0100 |
commit | d43bd26c01c6e100e69a23e750c9071350d689cd (patch) | |
tree | 59fac38548d78dcc3459d1452801b55074fd61b3 | |
parent | db821b0a81962c0a01264930b628c143b0e62b6c (diff) |
add todo
-rw-r--r-- | ftnoir_tracker_pt/ftnoir_tracker_pt.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ftnoir_tracker_pt/ftnoir_tracker_pt.cpp b/ftnoir_tracker_pt/ftnoir_tracker_pt.cpp index 4a344fb1..60d54be4 100644 --- a/ftnoir_tracker_pt/ftnoir_tracker_pt.cpp +++ b/ftnoir_tracker_pt/ftnoir_tracker_pt.cpp @@ -103,6 +103,9 @@ void Tracker::apply(settings& s) void Tracker::apply_inner() { + // XXX this nonsense oughta reference settings directly, + // rather than keep its own state -sh 20141102 + // applies to -- camera, extractor, this tracker class settings* tmp = new_settings.exchange(nullptr); if (tmp == nullptr) return; |