summaryrefslogtreecommitdiff
path: root/indra/newview/llvovolume.cpp
diff options
context:
space:
mode:
authorRunitaiLinden <davep@lindenlab.com>2024-08-28 13:14:58 -0500
committerRunitaiLinden <davep@lindenlab.com>2024-08-28 13:14:58 -0500
commit1f58884db9c026c1a74f693fc84e37a2f66830e3 (patch)
treecf6de765652b2b6a9de51f104604ba0682605825 /indra/newview/llvovolume.cpp
parent9d689c6145cefcc86b228462279859dfb726429d (diff)
#2438 Address frame stalls in updateImageDecodePriority
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 dcaf85b894..b7738b9135 100644
--- a/indra/newview/llvovolume.cpp
+++ b/indra/newview/llvovolume.cpp
@@ -3219,6 +3219,7 @@ void LLVOVolume::updateSpotLightPriority()
{
return;
}
+ LL_PROFILE_ZONE_SCOPED_CATEGORY_VOLUME;
F32 r = getLightRadius();
LLVector3 pos = mDrawable->getPositionAgent();