diff options
author | Oz Linden <oz@lindenlab.com> | 2016-03-01 16:01:21 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2016-03-01 16:01:21 -0500 |
commit | ca7631e4d71c693a5a502c05a482ab01ada7888a (patch) | |
tree | be01ebebc640a8cae69bf19a49f717fdd45721d1 /indra/newview/llspatialpartition.cpp | |
parent | 9d681027b343a68a4e1151855145b79b95717d57 (diff) |
MAINT-6183: Remove geometry bytes as a trigger for muted/impostor rendering
Diffstat (limited to 'indra/newview/llspatialpartition.cpp')
-rwxr-xr-x | 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 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 ); } } |