summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMnikolenko ProductEngine <mnikolenko@productengine.com>2014-03-26 11:10:26 +0200
committerMnikolenko ProductEngine <mnikolenko@productengine.com>2014-03-26 11:10:26 +0200
commit73ef75498692e7b7cecb4960f4e308061917d86e (patch)
treeb0b7756f8c4f972f17b66e3d92f525b2cd4af6d9
parentffbf11e4430041d1df17e21e70d40348467a8d9d (diff)
MAINT-2376 FIXED Centre the map on friend's location
-rwxr-xr-xindra/newview/llavataractions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llavataractions.cpp b/indra/newview/llavataractions.cpp
index 70cc48f12b..3fa50360cb 100755
--- a/indra/newview/llavataractions.cpp
+++ b/indra/newview/llavataractions.cpp
@@ -373,7 +373,7 @@ void LLAvatarActions::showOnMap(const LLUUID& id)
}
gFloaterWorldMap->trackAvatar(id, av_name.getDisplayName());
- LLFloaterReg::showInstance("world_map");
+ LLFloaterReg::showInstance("world_map", "center");
}
// static