summaryrefslogtreecommitdiff
path: root/indra/newview/llvoicevisualizer.cpp
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2024-08-28 14:49:13 -0500
committerGitHub <noreply@github.com>2024-08-28 14:49:13 -0500
commitf8d48f6a29f312724b826806fdc2f9b5ed85fd13 (patch)
tree1b38bff09f95b4e7769ecb56dc8cb3a2094f9bf0 /indra/newview/llvoicevisualizer.cpp
parent6a4d7b2de622503e00ff58de6a2fc7742ff4df21 (diff)
#2432 Restore default nametag behavior. (#2444)
After instrumenting nametags some more, really UI rendering performance improvements should just focus on LLFontGL::render
Diffstat (limited to 'indra/newview/llvoicevisualizer.cpp')
-rw-r--r--indra/newview/llvoicevisualizer.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llvoicevisualizer.cpp b/indra/newview/llvoicevisualizer.cpp
index 305fd77126..9412136272 100644
--- a/indra/newview/llvoicevisualizer.cpp
+++ b/indra/newview/llvoicevisualizer.cpp
@@ -342,6 +342,8 @@ void LLVoiceVisualizer::render()
return;
}
+ LL_PROFILE_ZONE_SCOPED_CATEGORY_UI;
+
if ( mSoundSymbol.mActive )
{
mPreviousTime = mCurrentTime;