diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2025-02-04 02:29:10 +0200 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-02-04 19:29:05 +0200 |
commit | 587444bd279e7505a50ee9f2bbbe603c96d0214d (patch) | |
tree | 0b7bad22157f1c123c2c7af52fd008848192fe42 /indra/newview/llmeshrepository.h | |
parent | f5f98e1c285f826f0a20af6188f2fcd1d7c1fe6e (diff) |
#3488 mutex lock mSkinMap
Diffstat (limited to 'indra/newview/llmeshrepository.h')
-rw-r--r-- | indra/newview/llmeshrepository.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llmeshrepository.h b/indra/newview/llmeshrepository.h index 44f74e32a2..3a8b4fb5c5 100644 --- a/indra/newview/llmeshrepository.h +++ b/indra/newview/llmeshrepository.h @@ -388,6 +388,7 @@ public: LLMutex* mHeaderMutex; LLMutex* mLoadedMutex; LLMutex* mPendingMutex; + LLMutex* mSkinMapMutex; LLCondition* mSignal; //map of known mesh headers |