summaryrefslogtreecommitdiff
path: root/indra/newview/llmeshrepository.cpp
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2013-02-26 15:16:02 -0600
committerDave Parks <davep@lindenlab.com>2013-02-26 15:16:02 -0600
commiteb859ce5c18d4310ae4828d6964b2e8c088ee95f (patch)
treec6e0b0a70128acfb16c58c66cde76b69e0acd221 /indra/newview/llmeshrepository.cpp
parente82667e3e879d33a2cc94a24cb258a5837c04357 (diff)
parentf5e5396c3a17b6bcdc4eb49cda304a9047920fe1 (diff)
Automated merge with https://bitbucket.org/lindenlab/viewer-cat
Diffstat (limited to 'indra/newview/llmeshrepository.cpp')
-rwxr-xr-xindra/newview/llmeshrepository.cpp2
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();
}
}