summaryrefslogtreecommitdiff
path: root/indra/newview/llvovolume.cpp
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2024-06-21 17:00:45 -0500
committerGitHub <noreply@github.com>2024-06-21 15:00:45 -0700
commit08f2236736f00a1f1d8b2d042b7423fb306dc94f (patch)
tree8c33f4be7b6defd0951ec007e8b1901decd10545 /indra/newview/llvovolume.cpp
parentc13eba105f9dcdc4b946e8b5443abf9baf15b691 (diff)
#1831 Fix for redundantly rebuilding bounding boxes forever (#1832)
Diffstat (limited to 'indra/newview/llvovolume.cpp')
-rw-r--r--indra/newview/llvovolume.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp
index de62256134..71f3c2a3aa 100644
--- a/indra/newview/llvovolume.cpp
+++ b/indra/newview/llvovolume.cpp
@@ -2039,6 +2039,7 @@ bool LLVOVolume::updateGeometry(LLDrawable *drawable)
if (mDrawable->isState(LLDrawable::REBUILD_RIGGED))
{
+ LL_PROFILE_ZONE_NAMED_CATEGORY_VOLUME("rebuild rigged");
updateRiggedVolume(false);
genBBoxes(false);
mDrawable->clearState(LLDrawable::REBUILD_RIGGED);