diff options
author | Dave Parks <davep@lindenlab.com> | 2012-06-06 17:13:45 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2012-06-06 17:13:45 -0500 |
commit | 87c4d45f5f4a029ea1d9913cffe9d36e3a28340b (patch) | |
tree | 530238583292a13ed01d2c50d5b51a7e5f2c72ce /indra/newview/llspatialpartition.cpp | |
parent | 6dd3840b444554f5a101f197676c86b75b857d78 (diff) |
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 02f9aaad8c..d995a1a5eb 100644 --- a/indra/newview/llspatialpartition.cpp +++ b/indra/newview/llspatialpartition.cpp @@ -923,7 +923,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); |