diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2013-03-04 11:48:07 -0700 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2013-03-04 11:48:07 -0700 |
commit | 03b7fb589a9b5628418364c970ea402448f312be (patch) | |
tree | 21b7e857bf7c007569de9596d7c4ccf67a1e5bb2 /indra | |
parent | bd60fdbe44d9f996686d31cf48a3f2ca664dd301 (diff) |
trivial: convert to unix line endings.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llviewerregion.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llviewerregion.cpp b/indra/newview/llviewerregion.cpp index 040b39bc43..b287e0da9c 100644 --- a/indra/newview/llviewerregion.cpp +++ b/indra/newview/llviewerregion.cpp @@ -1692,8 +1692,8 @@ void LLViewerRegion::postProcesNewEntry(LLVOCacheEntry* entry) } } - if(!entry->getGroup() && entry->isState(LLVOCacheEntry::INACTIVE))
- {
+ if(!entry->getGroup() && entry->isState(LLVOCacheEntry::INACTIVE)) + { addToVOCacheTree(entry, true); } |