Add Mark menu to radar

This commit is contained in:
Liru Færs
2020-01-08 15:23:51 -05:00
parent 65dad7acfd
commit 4055af4afd
2 changed files with 23 additions and 3 deletions

View File

@@ -1498,9 +1498,8 @@ bool LLScaleMap::handleEvent(LLPointer<LLEvent> event, const LLSD& userdata)
//moymod - minimap color shit
void markMassAgents(const LLColor4& color)
{
auto self = LFIDBearer::getActive<LLNetMap>();
for (const auto& id : self->getSelectedIDs())
self->mm_setcolor(id, color);
for (const auto& id : LFIDBearer::getActiveSelectedIDs())
LLNetMap::mm_setcolor(id, color);
}
bool mmsetred::handleEvent(LLPointer<LLEvent>, const LLSD&)