Skip to content
Snippets Groups Projects
Commit 80d48300 authored by Fallen Kiyori's avatar Fallen Kiyori
Browse files

FLN-fix PR Comment: removed redundancy

parent 5b1d0e3a
Branches
Tags
No related merge requests found
...@@ -909,7 +909,6 @@ void LLPanelPeople::updateNearbyList() ...@@ -909,7 +909,6 @@ void LLPanelPeople::updateNearbyList()
// Also the TOTAL changes based on your filter results --FLN // Also the TOTAL changes based on your filter results --FLN
for (size_t i = 0; i < positions.size(); ++i) for (size_t i = 0; i < positions.size(); ++i)
{ {
mNearbyCountText->setTextArg("[REGION]", cur_region->getName());
if (cur_region->pointInRegionGlobal(positions[i])) if (cur_region->pointInRegionGlobal(positions[i]))
{ {
count_in_region++; count_in_region++;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment