summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerdisplay.cpp
diff options
context:
space:
mode:
authorRichard Linden <none@none>2013-08-29 23:06:24 -0700
committerRichard Linden <none@none>2013-08-29 23:06:24 -0700
commit12688c8b549d2baa33509dca60bbe14b039b17db (patch)
tree34777ddae59e3e1bd722b861e448cce1fcef9c97 /indra/newview/llviewerdisplay.cpp
parent89cc73cbd1881836452b02d722911605ff9602ac (diff)
parent4e2e3f3f959f4671b16d049a578911a06834fa84 (diff)
merge
Diffstat (limited to 'indra/newview/llviewerdisplay.cpp')
-rwxr-xr-xindra/newview/llviewerdisplay.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerdisplay.cpp b/indra/newview/llviewerdisplay.cpp
index d2a702049a..92bb5a8beb 100755
--- a/indra/newview/llviewerdisplay.cpp
+++ b/indra/newview/llviewerdisplay.cpp
@@ -350,7 +350,7 @@ void display(BOOL rebuild, F32 zoom_factor, int subfield, BOOL for_snapshot)
// Bail out if we're in the startup state and don't want to try to
// render the world.
//
- if (LLStartUp::getStartupState() < STATE_WEARABLES_WAIT)
+ if (LLStartUp::getStartupState() < STATE_PRECACHE)
{
LLAppViewer::instance()->pingMainloopTimeout("Display:Startup");
display_startup();