summaryrefslogtreecommitdiff
path: root/indra/llinventory/llsettingssky.cpp
diff options
context:
space:
mode:
authorRunitaiLinden <davep@lindenlab.com>2023-06-22 17:10:24 -0500
committerRunitaiLinden <davep@lindenlab.com>2023-06-22 17:10:24 -0500
commit3a1b60b2baa80218a79bf33cf983bd28df4f2343 (patch)
tree16784b35c8b2d0d497f27094d629f93c3e9f4429 /indra/llinventory/llsettingssky.cpp
parentf0dc9ea3fd1b91028cf9c039f646a9da48c41f27 (diff)
SL-19785 Fix for blown out skies from Glow Focus. Add notification when editing legacy skies.
Diffstat (limited to 'indra/llinventory/llsettingssky.cpp')
-rw-r--r--indra/llinventory/llsettingssky.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llinventory/llsettingssky.cpp b/indra/llinventory/llsettingssky.cpp
index 6521ec8b43..8338245897 100644
--- a/indra/llinventory/llsettingssky.cpp
+++ b/indra/llinventory/llsettingssky.cpp
@@ -1142,6 +1142,7 @@ void LLSettingsSky::setSkyIceLevel(F32 ice_level)
void LLSettingsSky::setReflectionProbeAmbiance(F32 ambiance)
{
+ mCanAutoAdjust = false; // we've now touched this sky in a "new" way, it can no longer auto adjust
setValue(SETTING_REFLECTION_PROBE_AMBIANCE, ambiance);
}