Add iterator increment which I forgot in 96d8dfb356
.
This commit is contained in:
parent
df4eae2f71
commit
9e397ae55e
1 changed files with 1 additions and 1 deletions
|
@ -264,6 +264,7 @@ text_placement_info_ptr shield_symbolizer_helper<FaceManagerT, DetectorT>::get_p
|
|||
if (placement_->placements.empty())
|
||||
{
|
||||
//No placement for this point. Keep it in points_ for next try.
|
||||
point_itr_++;
|
||||
continue;
|
||||
}
|
||||
//Found a label placement but not necessarily also a marker placement
|
||||
|
@ -300,7 +301,6 @@ text_placement_info_ptr shield_symbolizer_helper<FaceManagerT, DetectorT>::get_p
|
|||
point_itr_++;
|
||||
}
|
||||
return text_placement_info_ptr();
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue