diff options
author | Brad Linden <brad@lindenlab.com> | 2024-06-28 12:53:10 -0700 |
---|---|---|
committer | Brad Linden <brad@lindenlab.com> | 2024-06-28 12:53:10 -0700 |
commit | 819cba998c1900c721c170f85bd5c63d8396f75e (patch) | |
tree | 0e0665c5754f622ceeb6c0c7f11dccd06301562a | |
parent | 35f4de5ebe7c584eaa6c8734be1632e2751e09b5 (diff) | |
parent | 08f2236736f00a1f1d8b2d042b7423fb306dc94f (diff) |
Merge remote-tracking branch 'origin/release/2024.06-atlasaurus' into develop
-rw-r--r-- | indra/newview/llvovolume.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp index 7d9a3378f9..7ca3fbd1ad 100644 --- a/indra/newview/llvovolume.cpp +++ b/indra/newview/llvovolume.cpp @@ -2043,6 +2043,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); |