diff options
| author | Oz Linden <oz@lindenlab.com> | 2013-05-21 19:05:23 -0400 | 
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2013-05-21 19:05:23 -0400 | 
| commit | 4f08780b00bd6c4f40b88dc46ed9363dbcbf7836 (patch) | |
| tree | 53b19d1099535ca3e03cdd5737e13e5e0a58a301 /indra/newview | |
| parent | 10f20605475798ecdc33bf706b6f90a3b81bcb1c (diff) | |
| parent | 2df5b9caa6e5d30f4af91a99a32674938cbc3c1a (diff) | |
merge changes for maint-2628
Diffstat (limited to 'indra/newview')
| -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; | 
