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
This commit is part of merge request !157. Comments created here will be created in the context of that merge request.
......@@ -232,9 +232,8 @@ CaptureBasePtr SensorBase::lastCapture(const TimeStamp& _ts)
if (capture)
// found the most recent Capture made by this sensor !
break;
frame_rev_it++;
}
frame_rev_it++;
}
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