diff options
author | Ptolemy <ptolemy@lindenlab.com> | 2022-01-13 11:57:12 -0800 |
---|---|---|
committer | Ptolemy <ptolemy@lindenlab.com> | 2022-01-14 11:50:19 -0800 |
commit | cfd39c366344f10665e8d92df79aa51fc4ef5c66 (patch) | |
tree | e7dc34e7419c7e69f72b65273081f741d9e6b2cc /indra/newview/llsettingsvo.cpp | |
parent | 352b820258709489360ac8606983aff8a97f97da (diff) |
SL-16606: Add profiler category DRAWPOOL
Diffstat (limited to 'indra/newview/llsettingsvo.cpp')
-rw-r--r-- | indra/newview/llsettingsvo.cpp | 2 |
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(); |