summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorMaxim Nikolenko <maximnproductengine@lindenlab.com>2023-12-11 23:42:31 +0200
committerGitHub <noreply@github.com>2023-12-11 23:42:31 +0200
commitcde3816ed07489415257e3bda3f64069ca580b0d (patch)
tree4c16b39236c30d05f89fee1be8e194b7b37f2db4 /indra/newview
parentd109b84c8d80a628b95afdc52b84962114b8c6fd (diff)
SL-20709 FIXED Avatar Maximum Complexity changing upon cancelling Advanced Graphics
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llfloaterpreference.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llfloaterpreference.cpp b/indra/newview/llfloaterpreference.cpp
index d4e40ff103..fb726ff051 100644
--- a/indra/newview/llfloaterpreference.cpp
+++ b/indra/newview/llfloaterpreference.cpp
@@ -978,7 +978,6 @@ void LLFloaterPreference::onBtnCancel(const LLSD& userdata)
if (userdata.asString() == "closeadvanced")
{
LLFloaterReg::hideInstance("prefs_graphics_advanced");
- updateMaxComplexity();
}
else
{