summaryrefslogtreecommitdiff
path: root/indra/newview/llsettingsvo.cpp
diff options
context:
space:
mode:
authorPtolemy <ptolemy@lindenlab.com>2022-01-13 11:57:12 -0800
committerPtolemy <ptolemy@lindenlab.com>2022-01-13 11:57:12 -0800
commit09b65074040d81c77302c705794f14295227e78c (patch)
treecf69adb116fbe890d9fd72e07bab884f2f6b00f1 /indra/newview/llsettingsvo.cpp
parentfd6203f12a48c8108dcbab55f67fdb3f9700bfc6 (diff)
SL-16606: Add profiler category DRAWPOOL
Diffstat (limited to 'indra/newview/llsettingsvo.cpp')
-rw-r--r--indra/newview/llsettingsvo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llsettingsvo.cpp b/indra/newview/llsettingsvo.cpp
index 6415da4e4a..b6a3f68e63 100644
--- a/indra/newview/llsettingsvo.cpp
+++ b/indra/newview/llsettingsvo.cpp
@@ -966,7 +966,7 @@ void LLSettingsVOWater::applySpecial(void *ptarget, bool force)
void LLSettingsVOWater::updateSettings()
{
- LL_PROFILE_ZONE_SCOPED;
+ LL_PROFILE_ZONE_SCOPED_CATEGORY_DRAWPOOL;
// base class clears dirty flag so as to not trigger recursive update
LLSettingsBase::updateSettings();