diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-05-05 01:15:25 +0300 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2020-05-05 01:32:38 +0300 |
commit | 3053f624832763e2b3edb9b7961264bb293cef83 (patch) | |
tree | dd9302383c33fa67e9a6ae7f250aa36f31141f66 /indra/newview/llappviewer.cpp | |
parent | efc371571328da1298e4801a0338ab340675f60d (diff) |
SL-12527 cursor is not changed to the pointer on the MoTD link when teleporting
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 4c3b82b4e2..8cc2812fd9 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -4857,13 +4857,14 @@ void LLAppViewer::idle() { return; } + + gViewerWindow->updateUI(); + if (gTeleportDisplay) { return; } - gViewerWindow->updateUI(); - /////////////////////////////////////// // Agent and camera movement // |