diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-07-19 21:15:52 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-19 21:15:52 +0300 |
commit | 3058e6e6fd66ad4abb91fa5354ee11f6b7843a02 (patch) | |
tree | b18fa67f59c74d9dde9008b8d42105de38509ae7 /indra/newview/llstartup.h | |
parent | acf82867b61535b7b39b89f71a282e3ce3d0673e (diff) |
SL-20015 wait for the outfit items to load before wearing it
Diffstat (limited to 'indra/newview/llstartup.h')
-rw-r--r-- | indra/newview/llstartup.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llstartup.h b/indra/newview/llstartup.h index fe8e215f76..921f088423 100644 --- a/indra/newview/llstartup.h +++ b/indra/newview/llstartup.h @@ -71,6 +71,7 @@ typedef enum { STATE_AGENT_SEND, // Connect to a region STATE_AGENT_WAIT, // Wait for region STATE_INVENTORY_SEND, // Do inventory transfer + STATE_INVENTORY_CALLBACKS, // Wait for missing system folders and register callbacks STATE_MISC, // Do more things (set bandwidth, start audio, save location, etc) STATE_PRECACHE, // Wait a bit for textures to download STATE_WEARABLES_WAIT, // Wait for clothing to download |