summaryrefslogtreecommitdiff
path: root/indra/newview/llprogressview.cpp
diff options
context:
space:
mode:
authorLeyla Farazha <leyla@lindenlab.com>2011-07-21 13:26:38 -0700
committerLeyla Farazha <leyla@lindenlab.com>2011-07-21 13:26:38 -0700
commitae9b7f3f42534927f7f8c2198baa127a26dbe01e (patch)
tree630189e10efa27eb42700d6ff396e86c0c52e42b /indra/newview/llprogressview.cpp
parentd7104eac393242b42eae77717326009a05480578 (diff)
turning down progress screen fade time
Diffstat (limited to 'indra/newview/llprogressview.cpp')
-rw-r--r--indra/newview/llprogressview.cpp2
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");