diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-12-11 23:42:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-11 23:42:31 +0200 |
commit | cde3816ed07489415257e3bda3f64069ca580b0d (patch) | |
tree | 4c16b39236c30d05f89fee1be8e194b7b37f2db4 /indra/newview/llfloaterpreference.cpp | |
parent | d109b84c8d80a628b95afdc52b84962114b8c6fd (diff) |
SL-20709 FIXED Avatar Maximum Complexity changing upon cancelling Advanced Graphics
Diffstat (limited to 'indra/newview/llfloaterpreference.cpp')
-rw-r--r-- | indra/newview/llfloaterpreference.cpp | 1 |
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 { |