diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-03-19 21:39:05 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-03-19 21:39:05 +0200 |
commit | 6b203f2ee4bbaf893b7256e35581403b18de68f3 (patch) | |
tree | 42182cc96aa21f84a28386ac6543960b872fac99 /indra/newview/llstartup.cpp | |
parent | f5ec281b1b578dfee17353ecf6d469a29de86d25 (diff) |
SL-12607 FMOD Logo
Diffstat (limited to 'indra/newview/llstartup.cpp')
-rw-r--r-- | indra/newview/llstartup.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index fdf0ff3506..cb76ac6f74 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -734,6 +734,7 @@ bool idle_startup() display_startup(); // LLViewerMedia::initBrowser(); LLStartUp::setStartupState( STATE_LOGIN_SHOW ); + gViewerWindow->setShowLogos(TRUE); return FALSE; } |