diff options
| author | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2026-03-08 02:14:24 +0200 |
|---|---|---|
| committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2026-03-09 03:16:57 +0200 |
| commit | 9d985d7d3a64033077dec02f8ec35ce1518de5f4 (patch) | |
| tree | 0cb5cce9c373d4e533cc7ba87a9a4d7d67db96a9 /indra/llplugin/llpluginclassmedia.cpp | |
| parent | e4505eb02bc092c149c002eac000599d1bc69d7e (diff) | |
#5506 Periodical stalls on media update
Diffstat (limited to 'indra/llplugin/llpluginclassmedia.cpp')
| -rw-r--r-- | indra/llplugin/llpluginclassmedia.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llplugin/llpluginclassmedia.cpp b/indra/llplugin/llpluginclassmedia.cpp index 77a4b08af5..88d428c233 100644 --- a/indra/llplugin/llpluginclassmedia.cpp +++ b/indra/llplugin/llpluginclassmedia.cpp @@ -168,6 +168,7 @@ void LLPluginClassMedia::reset() void LLPluginClassMedia::idle(void) { + LL_PROFILE_ZONE_SCOPED_CATEGORY_MEDIA; if(mPlugin) { mPlugin->idle(); |
