diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2025-02-22 10:42:28 +0200 |
|---|---|---|
| committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2025-02-22 10:42:28 +0200 |
| commit | 1503e84602f91bef31a5c414852e480805e613b4 (patch) | |
| tree | b6b9efbf0f6d63d81eae2c8517e6e7b1106d0f04 /indra/newview/llmeshrepository.h | |
| parent | 29b13af84b6092f2368ef8ebfd6431003a963c10 (diff) | |
#3596 Fix mMutex in mesh thread
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 07d3e465d1..ed4514dff8 100644 --- a/indra/newview/llmeshrepository.h +++ b/indra/newview/llmeshrepository.h @@ -520,6 +520,7 @@ public: void loadMeshLOD(const LLVolumeParams& mesh_params, S32 lod); typedef std::vector<std::pair<const LLVolumeParams&, S32> > lod_list_t; + // Mutex: must be holding mMutex when called void loadMeshLODs(const lod_list_t& mesh_vect); bool fetchMeshHeader(const LLVolumeParams& mesh_params); |
