diff options
Diffstat (limited to 'linden/indra/newview/llstartup.cpp')
-rw-r--r-- | linden/indra/newview/llstartup.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/linden/indra/newview/llstartup.cpp b/linden/indra/newview/llstartup.cpp index 7bd5fff..fad3df2 100644 --- a/linden/indra/newview/llstartup.cpp +++ b/linden/indra/newview/llstartup.cpp | |||
@@ -839,7 +839,7 @@ bool idle_startup() | |||
839 | LLToolMgr::getInstance()->initTools(); | 839 | LLToolMgr::getInstance()->initTools(); |
840 | 840 | ||
841 | // Quickly get something onscreen to look at. | 841 | // Quickly get something onscreen to look at. |
842 | gViewerWindow->initWorldUI(); | 842 | gViewerWindow->pre_initWorldUI(); |
843 | } | 843 | } |
844 | 844 | ||
845 | gViewerWindow->setNormalControlsVisible( FALSE ); | 845 | gViewerWindow->setNormalControlsVisible( FALSE ); |
@@ -1823,6 +1823,10 @@ bool idle_startup() | |||
1823 | { | 1823 | { |
1824 | LL_DEBUGS("AppInitStartupState") << "STATE_WORLD_INIT" << LL_ENDL; | 1824 | LL_DEBUGS("AppInitStartupState") << "STATE_WORLD_INIT" << LL_ENDL; |
1825 | set_startup_status(0.40f, LLTrans::getString("LoginInitializingWorld"), gAgent.mMOTD); | 1825 | set_startup_status(0.40f, LLTrans::getString("LoginInitializingWorld"), gAgent.mMOTD); |
1826 | |||
1827 | // Initialize the rest of the world. | ||
1828 | gViewerWindow->initWorldUI(); | ||
1829 | |||
1826 | gDisconnected=FALSE; | 1830 | gDisconnected=FALSE; |
1827 | display_startup(); | 1831 | display_startup(); |
1828 | // We should have an agent id by this point. | 1832 | // We should have an agent id by this point. |