diff options
author | Dave Parks <davep@lindenlab.com> | 2013-02-20 19:30:46 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2013-02-20 19:30:46 -0600 |
commit | f67087b87277dc63096fbf4c42cdc17f84d3fbb8 (patch) | |
tree | 5d206d8f270b3af781b51787b9c11c4aba043eeb /indra/newview/llmeshrepository.cpp | |
parent | cc260a635674c56d8fab88a5cd4dd188b4c9ac9c (diff) |
MAINT-2370 Add debug setting "RenderAutoMuteRenderCostLimit" that automatically visually mutes avatars above a certain threshold (adjusted by Avatar Mesh Detail Slider)
Diffstat (limited to 'indra/newview/llmeshrepository.cpp')
-rwxr-xr-x | indra/newview/llmeshrepository.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llmeshrepository.cpp b/indra/newview/llmeshrepository.cpp index 1223615079..5b65687090 100755 --- a/indra/newview/llmeshrepository.cpp +++ b/indra/newview/llmeshrepository.cpp @@ -1200,8 +1200,7 @@ bool LLMeshRepoThread::headerReceived(const LLVolumeParams& mesh_params, U8* dat LLMutexLock lock(mHeaderMutex); mMeshHeaderSize[mesh_id] = header_size; mMeshHeader[mesh_id] = header; - } - + } LLMutexLock lock(mMutex); // make sure only one thread access mPendingLOD at the same time. |