Skip to content
Snippets Groups Projects
Commit e4aaa490 authored by Aurélien Bricier's avatar Aurélien Bricier
Browse files

BUG: fixed GetDescriptor method

parent a72c71bb
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,7 @@ FuzzyDescriptorsModelManager
{
if( (*it).first == model )
{
found = true;
out = (*it);
}
++it;
......
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