summaryrefslogtreecommitdiff
path: root/indra/newview/llvieweroctree.cpp
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2022-01-13 17:04:46 +0000
committerDave Parks <davep@lindenlab.com>2022-01-13 17:04:46 +0000
commit04edc151851b7689853069b0748af9c64e94283f (patch)
treefd400c8847e8e4837049dfb03ca3ee71e1e50189 /indra/newview/llvieweroctree.cpp
parentac233a46d80f31ceb160654b8186d4cf6a493511 (diff)
SL-16544 Fix for rigged mesh bounding boxes
Diffstat (limited to 'indra/newview/llvieweroctree.cpp')
-rw-r--r--indra/newview/llvieweroctree.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvieweroctree.cpp b/indra/newview/llvieweroctree.cpp
index 8d6f4d2729..b5bf4f0354 100644
--- a/indra/newview/llvieweroctree.cpp
+++ b/indra/newview/llvieweroctree.cpp
@@ -516,6 +516,7 @@ bool LLViewerOctreeGroup::removeFromGroup(LLViewerOctreeEntry* entry)
//virtual
void LLViewerOctreeGroup::unbound()
{
+ LL_PROFILE_ZONE_SCOPED;
if (isDirty())
{
return;