diff options
author | David Parks <davep@lindenlab.com> | 2009-11-02 19:55:37 +0000 |
---|---|---|
committer | David Parks <davep@lindenlab.com> | 2009-11-02 19:55:37 +0000 |
commit | 3e80fa3dbc943de9b784fedc202ba38cf238f46d (patch) | |
tree | deeaedd0bf4ed9eb9f99ec47325198efce512e5f /indra/llmath/llvolumemgr.cpp | |
parent | 9a196cdda8fa62b90f6f390b21986712d198f03e (diff) |
Sync up with render-pipeline-7 ignore-dead-branch
Diffstat (limited to 'indra/llmath/llvolumemgr.cpp')
-rw-r--r-- | indra/llmath/llvolumemgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmath/llvolumemgr.cpp b/indra/llmath/llvolumemgr.cpp index 53641fceab..61c5a0adc9 100644 --- a/indra/llmath/llvolumemgr.cpp +++ b/indra/llmath/llvolumemgr.cpp @@ -320,7 +320,7 @@ BOOL LLVolumeLODGroup::derefLOD(LLVolume *volumep) { llassert_always(mLODRefs[i] > 0); mLODRefs[i]--; -#if 1 // SJB: Possible opt: keep other lods around +#if 0 // SJB: Possible opt: keep other lods around if (!mLODRefs[i]) { mVolumeLODs[i] = NULL; |