From 94dbafadd54583f994d153ded3361c3280707f53 Mon Sep 17 00:00:00 2001 From: Erik Kundiman Date: Sun, 3 Nov 2024 18:03:59 +0800 Subject: Revert "Attempt to fix the teleport issue from legacy search" This reverts commit a68c5bae3173bfeda314f1d8278b80622496c11e. --- indra/newview/fsfloatersearch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra') diff --git a/indra/newview/fsfloatersearch.cpp b/indra/newview/fsfloatersearch.cpp index 7e0a873452..3f79ee7f4b 100644 --- a/indra/newview/fsfloatersearch.cpp +++ b/indra/newview/fsfloatersearch.cpp @@ -760,7 +760,7 @@ void FSFloaterSearch::onBtnTeleport() { if (!mParcelGlobal.isExactlyZero()) { - gAgent.teleportViaLocationLookAt(mParcelGlobal); + gAgent.teleportViaLocation(mParcelGlobal); LLFloaterWorldMap::getInstance()->trackLocation(mParcelGlobal); /// What should we do when when we teleport? The default (1) is to close the floater, /// the user may elect to minimize the floater (2), or to do nothing (any other setting) -- cgit v1.2.3