diff options
| author | RunitaiLinden <davep@lindenlab.com> | 2023-06-22 17:10:24 -0500 |
|---|---|---|
| committer | RunitaiLinden <davep@lindenlab.com> | 2023-06-22 17:10:24 -0500 |
| commit | 3a1b60b2baa80218a79bf33cf983bd28df4f2343 (patch) | |
| tree | 16784b35c8b2d0d497f27094d629f93c3e9f4429 /indra/newview/llfloaterfixedenvironment.cpp | |
| parent | f0dc9ea3fd1b91028cf9c039f646a9da48c41f27 (diff) | |
SL-19785 Fix for blown out skies from Glow Focus. Add notification when editing legacy skies.
Diffstat (limited to 'indra/newview/llfloaterfixedenvironment.cpp')
| -rw-r--r-- | indra/newview/llfloaterfixedenvironment.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/llfloaterfixedenvironment.cpp b/indra/newview/llfloaterfixedenvironment.cpp index b9dc14ac1a..bb6584302d 100644 --- a/indra/newview/llfloaterfixedenvironment.cpp +++ b/indra/newview/llfloaterfixedenvironment.cpp @@ -182,6 +182,12 @@ void LLFloaterFixedEnvironment::setEditSettingsAndUpdate(const LLSettingsBase::p syncronizeTabs(); refresh(); LLEnvironment::instance().updateEnvironment(LLEnvironment::TRANSITION_INSTANT); + + // teach user about HDR settings + if (mSettings && ((LLSettingsSky*)mSettings.get())->canAutoAdjust()) + { + LLNotificationsUtil::add("AutoAdjustHDRSky"); + } } void LLFloaterFixedEnvironment::syncronizeTabs() |
