diff options
author | Graham Madarasz (Graham) <graham@lindenlab.com> | 2013-05-22 10:27:00 -0700 |
---|---|---|
committer | Graham Madarasz (Graham) <graham@lindenlab.com> | 2013-05-22 10:27:00 -0700 |
commit | 46c3c7f7a5118ea3b77cdc24676bd223d0e3c1d7 (patch) | |
tree | 6250a6dfcc6df071940c45a3d1a220d6bbdfe1c6 /indra/newview/llmeshrepository.cpp | |
parent | 69ad1f62363f228c397fe5a8a327436f73898876 (diff) | |
parent | 2b517892ad571d935645f46eee5b0c1182d9c5c9 (diff) |
Merge
Diffstat (limited to 'indra/newview/llmeshrepository.cpp')
-rwxr-xr-x | indra/newview/llmeshrepository.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llmeshrepository.cpp b/indra/newview/llmeshrepository.cpp index 17311dd75e..b47fe9d4b1 100755 --- a/indra/newview/llmeshrepository.cpp +++ b/indra/newview/llmeshrepository.cpp @@ -1215,8 +1215,8 @@ bool LLMeshRepoThread::headerReceived(const LLVolumeParams& mesh_params, U8* dat mLODReqQ.push(req); LLMeshRepository::sLODProcessing++; } + mPendingLOD.erase(iter); } - mPendingLOD.erase(iter); } return true; |