diff options
author | Dave Parks <davep@lindenlab.com> | 2012-09-20 09:48:56 -0400 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2012-09-20 09:48:56 -0400 |
commit | 6a09bc187c59645e647adaa3c70e55efa979b5ec (patch) | |
tree | 42538355520589196a0056dcd45c781e82caeaa7 /indra/newview/llspatialpartition.cpp | |
parent | 4127f3e7fcc725dbbf500c52605c5b950073c828 (diff) |
reapply 0f20bb7cb9ee: MAINT-1147 Don't rebuild volume meshes on region crossing.
Diffstat (limited to 'indra/newview/llspatialpartition.cpp')
-rw-r--r-- | indra/newview/llspatialpartition.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llspatialpartition.cpp b/indra/newview/llspatialpartition.cpp index a71529a3bd..70bafc8b2e 100644 --- a/indra/newview/llspatialpartition.cpp +++ b/indra/newview/llspatialpartition.cpp @@ -924,7 +924,7 @@ void LLSpatialGroup::shift(const LLVector4a &offset) mObjectExtents[0].add(offset); mObjectExtents[1].add(offset); - //if (!mSpatialPartition->mRenderByGroup) + if (!mSpatialPartition->mRenderByGroup) { setState(GEOM_DIRTY); gPipeline.markRebuild(this, TRUE); |