summaryrefslogtreecommitdiff
path: root/indra/llaudio/llaudioengine.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2026-02-11 05:09:51 +0200
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2026-02-11 15:04:01 +0200
commite83f6a291c32d9f3b88660e7770216c83e4f85ff (patch)
tree7b0e0b7f2bdcf9c4fa2c684405df49d1f957ba2d /indra/llaudio/llaudioengine.cpp
parent6be26a000007af922788ccfd94ec0c6835b1d28e (diff)
#5405 Stalls on LLFileSystem::getExists
Diffstat (limited to 'indra/llaudio/llaudioengine.cpp')
-rw-r--r--indra/llaudio/llaudioengine.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llaudio/llaudioengine.cpp b/indra/llaudio/llaudioengine.cpp
index 613c408157..6f2f7eae61 100644
--- a/indra/llaudio/llaudioengine.cpp
+++ b/indra/llaudio/llaudioengine.cpp
@@ -225,6 +225,7 @@ void LLAudioEngine::updateChannels()
void LLAudioEngine::idle()
{
+ LL_PROFILE_ZONE_SCOPED_CATEGORY_MEDIA;
// "Update" all of our audio sources, clean up dead ones.
// Primarily does position updating, cleanup of unused audio sources.
// Also does regeneration of the current priority of each audio source.