diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-02-02 23:47:48 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-02-03 20:05:20 +0200 |
commit | 1dd32bb772bb2f0d6d4f3180965a8bdcf9c1000d (patch) | |
tree | 611ed458baf6aa6754051802a5c20d506f6fc570 /indra/newview/llviewerdisplay.cpp | |
parent | 2cf9c01175b8092c3979199302bfaa3ec1471aa8 (diff) |
SL-14796 After teleporting, add notation into Nearby Chat
Diffstat (limited to 'indra/newview/llviewerdisplay.cpp')
-rw-r--r-- | indra/newview/llviewerdisplay.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerdisplay.cpp b/indra/newview/llviewerdisplay.cpp index d314b1477a..5679c3c325 100644 --- a/indra/newview/llviewerdisplay.cpp +++ b/indra/newview/llviewerdisplay.cpp @@ -474,6 +474,7 @@ void display(BOOL rebuild, F32 zoom_factor, int subfield, BOOL for_snapshot) gAgent.setTeleportState( LLAgent::TELEPORT_ARRIVING ); gAgent.setTeleportMessage( LLAgent::sTeleportProgressMessages["arriving"]); + gAgent.sheduleTeleportIM(); gTextureList.mForceResetTextureStats = TRUE; gAgentCamera.resetView(TRUE, TRUE); |