diff options
author | Andrew Meadows <leviathan@lindenlab.com> | 2025-02-26 10:24:19 -0800 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2025-02-27 19:50:17 +0200 |
commit | b52842ee2a328d80834f9a62c1b130ec757b9a03 (patch) | |
tree | b2327dcd08fa4701fab7a76fffffaf6e8ec5264a /indra/newview/llappviewer.h | |
parent | 100861aec17239543b21b3356ed2d8d009ba77ac (diff) |
theoretical earlier start to asset downloads during startup (#3589)
* process UDP packets earlier in startup sequence
* call lazyAttach() when nonzero pending attachments
Diffstat (limited to 'indra/newview/llappviewer.h')
-rw-r--r-- | indra/newview/llappviewer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.h b/indra/newview/llappviewer.h index 832d61101a..ad42c4a6f1 100644 --- a/indra/newview/llappviewer.h +++ b/indra/newview/llappviewer.h @@ -411,10 +411,10 @@ extern std::string gLastVersionChannel; extern LLVector3 gWindVec; extern LLVector3 gRelativeWindVec; -extern U32 gPacketsIn; extern bool gRandomizeFramerate; extern bool gPeriodicSlowFrame; +extern bool gDoDisconnect; extern bool gSimulateMemLeak; |