diff options
| author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2026-06-16 22:12:18 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-16 22:12:18 +0300 |
| commit | ad4a54db2d3e6be6e595d2c89899848679b8f748 (patch) | |
| tree | a1a41234bb1e3b8a3e8afaa20e6c567c4ac8d8ad /indra/newview/llstartup.cpp | |
| parent | e7fee9e7fb081aa41f901ea43e77688d4f69c152 (diff) | |
#5785 fix login and world UI overlap
Diffstat (limited to 'indra/newview/llstartup.cpp')
| -rw-r--r-- | indra/newview/llstartup.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index 55f23eb021..60c6a5c194 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -1353,6 +1353,10 @@ bool idle_startup() { set_startup_status(0.30f, LLTrans::getString("LoginInitializingWorld"), gAgent.mMOTD); do_startup_frame(); + + // close login UI before world UI is initialized, if it is still visible + LLPanelLogin::closePanel(); + // We should have an agent id by this point. llassert(!(gAgentID == LLUUID::null)); |
