diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2010-02-12 14:21:36 -0800 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2010-02-12 14:21:36 -0800 |
commit | 03d79f1bf7e620c25245a06f442f809f0958ffbf (patch) | |
tree | 3d0f2d8c0f0d8b903af059374c4d12a53788e157 /indra/newview | |
parent | a5c725c189254388af06bdee7317774bc0264940 (diff) |
some code dents change (nothing else).
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/lltexturefetch.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/lltexturefetch.cpp b/indra/newview/lltexturefetch.cpp index 6dcf4bc798..6c35464a51 100644 --- a/indra/newview/lltexturefetch.cpp +++ b/indra/newview/lltexturefetch.cpp @@ -1515,8 +1515,8 @@ bool LLTextureFetch::createRequest(const std::string& url, const LLUUID& id, con unlockQueue() ; worker->lockWorkMutex(); - worker->mActiveCount++; - worker->mNeedsAux = needs_aux; + worker->mActiveCount++; + worker->mNeedsAux = needs_aux; worker->unlockWorkMutex(); } |