Skip to content
Snippets Groups Projects
Commit b8da6c21 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Fix lastCapture() getting stuck

parent 4ddaea30
No related branches found
No related tags found
1 merge request!157Kfpackmanager
...@@ -232,9 +232,8 @@ CaptureBasePtr SensorBase::lastCapture(const TimeStamp& _ts) ...@@ -232,9 +232,8 @@ CaptureBasePtr SensorBase::lastCapture(const TimeStamp& _ts)
if (capture) if (capture)
// found the most recent Capture made by this sensor ! // found the most recent Capture made by this sensor !
break; break;
frame_rev_it++;
} }
frame_rev_it++;
} }
return capture; return capture;
} }
......
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