diff options
| author | Dave Parks <davep@lindenlab.com> | 2013-02-26 15:15:08 -0600 |
|---|---|---|
| committer | Dave Parks <davep@lindenlab.com> | 2013-02-26 15:15:08 -0600 |
| commit | f5e5396c3a17b6bcdc4eb49cda304a9047920fe1 (patch) | |
| tree | 84886a620931efbed65bd0ef52df9a884dc90f56 /indra/newview/llmeshrepository.cpp | |
| parent | 543500c58592e04ba1ef017abd49ef67cab0797e (diff) | |
MAINT-2371 First set of profile guided optimizations.
Reviewed by Graham
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 5b65687090..ae48898e82 100755 --- a/indra/newview/llmeshrepository.cpp +++ b/indra/newview/llmeshrepository.cpp @@ -588,7 +588,7 @@ void LLMeshRepoThread::run() if (!fetchMeshLOD(req.mMeshParams, req.mLOD, count))//failed, resubmit { mMutex->lock(); - mLODReqQ.push(req) ; + mLODReqQ.push(req); mMutex->unlock(); } } |
