Skip to content
Snippets Groups Projects
Commit c14553b2 authored by Adrian Knobloch's avatar Adrian Knobloch
Browse files

Fix disabling if frame does not exist

parent 4d386da3
No related branches found
No related tags found
1 merge request!48Frame tracking component
......@@ -153,7 +153,7 @@ void FrameTracking::process()
std::thread([this]()
{
_enableTracking(false);
});
}).detach();
return;
}
_lookAtFrame(frameName);
......
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