summaryrefslogtreecommitdiff
path: root/indra/newview/llvovolume.cpp
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2016-03-01 16:01:21 -0500
committerOz Linden <oz@lindenlab.com>2016-03-01 16:01:21 -0500
commitca7631e4d71c693a5a502c05a482ab01ada7888a (patch)
treebe01ebebc640a8cae69bf19a49f717fdd45721d1 /indra/newview/llvovolume.cpp
parent9d681027b343a68a4e1151855145b79b95717d57 (diff)
MAINT-6183: Remove geometry bytes as a trigger for muted/impostor rendering
Diffstat (limited to 'indra/newview/llvovolume.cpp')
-rwxr-xr-xindra/newview/llvovolume.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp
index c15bf4ecf3..44daa939ad 100755
--- a/indra/newview/llvovolume.cpp
+++ b/indra/newview/llvovolume.cpp
@@ -4727,7 +4727,7 @@ void LLVolumeGeometryManager::rebuildGeom(LLSpatialGroup* group)
if (pAvatarVO)
{
- pAvatarVO->subtractAttachmentSizes( group->mGeometryBytes, group->mSurfaceArea );
+ pAvatarVO->subtractAttachmentArea( group->mSurfaceArea );
}
group->mGeometryBytes = 0;
@@ -5281,7 +5281,7 @@ void LLVolumeGeometryManager::rebuildGeom(LLSpatialGroup* group)
if (pAvatarVO)
{
- pAvatarVO->addAttachmentSizes( group->mGeometryBytes, group->mSurfaceArea );
+ pAvatarVO->addAttachmentArea( group->mSurfaceArea );
}
}