From e3ef38876b9951af3ea8052fb02db46212c76965 Mon Sep 17 00:00:00 2001
From: Mnikolenko Productengine <mnikolenko@productengine.com>
Date: Thu, 4 Aug 2022 17:45:06 +0300
Subject: [PATCH] SL-17785 FIXED World Map scrolls too slowly after pressing
 "Me" button

---
 indra/newview/llfloaterworldmap.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/newview/llfloaterworldmap.cpp b/indra/newview/llfloaterworldmap.cpp
index f363733261a..16b8c7a4bc0 100755
--- a/indra/newview/llfloaterworldmap.cpp
+++ b/indra/newview/llfloaterworldmap.cpp
@@ -1281,7 +1281,7 @@ void LLFloaterWorldMap::onShowTargetBtn()
 
 void LLFloaterWorldMap::onShowAgentBtn()
 {
-    mMapView->setPan(0, 0, false);  // false == animate
+    mMapView->setPanWithInterpTime(0, 0, false, 0.1f);  // false == animate
     // Set flag so user's location will be displayed if not tracking anything else
     mSetToUserPosition = true;
 }
-- 
GitLab