diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2011-07-21 13:26:38 -0700 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2011-07-21 13:26:38 -0700 |
commit | ae9b7f3f42534927f7f8c2198baa127a26dbe01e (patch) | |
tree | 630189e10efa27eb42700d6ff396e86c0c52e42b /indra/newview/llprogressview.cpp | |
parent | d7104eac393242b42eae77717326009a05480578 (diff) |
turning down progress screen fade time
Diffstat (limited to 'indra/newview/llprogressview.cpp')
-rw-r--r-- | indra/newview/llprogressview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llprogressview.cpp b/indra/newview/llprogressview.cpp index 0f0afb96aa..a1f38f1854 100644 --- a/indra/newview/llprogressview.cpp +++ b/indra/newview/llprogressview.cpp @@ -56,7 +56,7 @@ LLProgressView* LLProgressView::sInstance = NULL; S32 gStartImageWidth = 1; S32 gStartImageHeight = 1; -const F32 FADE_TO_WORLD_TIME = 1.5f; +const F32 FADE_TO_WORLD_TIME = 1.0f; static LLRegisterPanelClassWrapper<LLProgressView> r("progress_view"); |