summaryrefslogtreecommitdiff
path: root/indra/newview/llspatialpartition.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/llspatialpartition.cpp
parent9d681027b343a68a4e1151855145b79b95717d57 (diff)
MAINT-6183: Remove geometry bytes as a trigger for muted/impostor rendering
Diffstat (limited to 'indra/newview/llspatialpartition.cpp')
-rwxr-xr-xindra/newview/llspatialpartition.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llspatialpartition.cpp b/indra/newview/llspatialpartition.cpp
index bee57d595b..b0eb4137a7 100755
--- a/indra/newview/llspatialpartition.cpp
+++ b/indra/newview/llspatialpartition.cpp
@@ -862,7 +862,7 @@ void LLSpatialGroup::handleDestruction(const TreeNode* node)
{
if (bridge->mAvatar.notNull())
{
- bridge->mAvatar->subtractAttachmentSizes( mGeometryBytes, mSurfaceArea );
+ bridge->mAvatar->subtractAttachmentArea(mSurfaceArea );
}
}