diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2025-01-17 17:57:03 +0200 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-01-17 19:19:16 +0200 |
commit | 306e9e6d0293ed6470db19c0882930fff0cd145f (patch) | |
tree | 88d02a69e89224b105f9e656d4614830a2bd3b6b /indra/newview/llviewerobject.h | |
parent | b1bd083728d0fb630abdff64cd57cefb833bd0b9 (diff) |
#3413 Crash at removeFromLocalIDTable #2
Don't rely onto region for cleanup
Diffstat (limited to 'indra/newview/llviewerobject.h')
-rw-r--r-- | indra/newview/llviewerobject.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llviewerobject.h b/indra/newview/llviewerobject.h index b6846c6716..206840ebfb 100644 --- a/indra/newview/llviewerobject.h +++ b/indra/newview/llviewerobject.h @@ -727,6 +727,9 @@ public: // index into LLViewerObjectList::mActiveObjects or -1 if not in list S32 mListIndex; + // last index data for mIndexAndLocalIDToUUID + U32 mRegionIndex; + LLPointer<LLViewerTexture> *mTEImages; LLPointer<LLViewerTexture> *mTENormalMaps; LLPointer<LLViewerTexture> *mTESpecularMaps; |