MAINT-1147: Don't rebuild volume meshes on region crossing. https://bitbucket.org/davep/viewer-development/changeset/0f20bb7cb9ee
This commit is contained in:
@@ -805,7 +805,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);
|
||||
|
||||
Reference in New Issue
Block a user