diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-03-28 00:45:38 +0200 |
|---|---|---|
| committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2024-03-28 20:38:15 +0200 |
| commit | 50a70fe2f831c6d34a6f518ae040e52ac2f9f924 (patch) | |
| tree | 87fc571c38587336fd467a7161356d69701039d0 /indra/newview/llstartup.cpp | |
| parent | f382180eb584d8e8690935a63bda3039fe8bccc9 (diff) | |
viewer#1073 crash at loadSkeleton
looks like file that was being parced got corrupted 'in progress'
Diffstat (limited to 'indra/newview/llstartup.cpp')
| -rw-r--r-- | indra/newview/llstartup.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index f30810fb81..6799f8cfdd 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -2951,7 +2951,9 @@ std::string LLStartUp::startupStateToString(EStartupState state) RTNENUM( STATE_AGENT_SEND ); RTNENUM( STATE_AGENT_WAIT ); RTNENUM( STATE_INVENTORY_SEND ); - RTNENUM(STATE_INVENTORY_CALLBACKS ); + RTNENUM( STATE_INVENTORY_CALLBACKS ); + RTNENUM( STATE_INVENTORY_SKEL ); + RTNENUM( STATE_INVENTORY_SEND2 ); RTNENUM( STATE_MISC ); RTNENUM( STATE_PRECACHE ); RTNENUM( STATE_WEARABLES_WAIT ); |
