Skip to content
Snippets Groups Projects
Commit 7d51ba56 authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

small potential bugfix

parent 8d8c466d
No related branches found
No related tags found
1 merge request!448Draft: Resolve "Implementation of new nodes creation"
Pipeline #20443 failed
......@@ -101,6 +101,7 @@ void ProcessorTracker::processCapture(CaptureBasePtr _incoming_ptr)
processKnownProfiling();
// Reset this
last_ptr_ = incoming_ptr_; // Before calling resetDerived() since it will assume KF in last
resetDerived();
// Update pointers
origin_ptr_ = incoming_ptr_;
......@@ -136,6 +137,7 @@ void ProcessorTracker::processCapture(CaptureBasePtr _incoming_ptr)
getProblem()->keyFrameCallback(keyframe, shared_from_this());
// Reset this
last_ptr_ = incoming_ptr_; // Before calling resetDerived() since it will assume KF in last
resetDerived();
// Update pointers
origin_ptr_ = incoming_ptr_;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment