Skip to content
Snippets Groups Projects
Commit 73ef7549 authored by Mnikolenko ProductEngine's avatar Mnikolenko ProductEngine
Browse files

MAINT-2376 FIXED Centre the map on friend's location

parent ffbf11e4
No related branches found
No related tags found
No related merge requests found
...@@ -373,7 +373,7 @@ void LLAvatarActions::showOnMap(const LLUUID& id) ...@@ -373,7 +373,7 @@ void LLAvatarActions::showOnMap(const LLUUID& id)
} }
gFloaterWorldMap->trackAvatar(id, av_name.getDisplayName()); gFloaterWorldMap->trackAvatar(id, av_name.getDisplayName());
LLFloaterReg::showInstance("world_map"); LLFloaterReg::showInstance("world_map", "center");
} }
// static // static
......
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