Skip to content
Snippets Groups Projects
Commit 100938b6 authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Fix for last commit

parent 6b75579f
No related branches found
No related tags found
1 merge request!23Feature/gui implements #53
Pipeline #11117 passed
......@@ -184,7 +184,7 @@ void Streamer::_schedule() {
src->src->grab();
unique_lock<shared_mutex> lk(src->mutex);
LOG(INFO) << "Grab frame"
LOG(INFO) << "Grab frame";
src->state |= ftl::rgbd::detail::kGrabbed;
_swap(*src);
});
......
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