SL-20461 Don't display 'sky converted to HDR' message when opening water
parent
4c7920778f
commit
7d75853261
|
|
@ -184,7 +184,9 @@ void LLFloaterFixedEnvironment::setEditSettingsAndUpdate(const LLSettingsBase::p
|
|||
LLEnvironment::instance().updateEnvironment(LLEnvironment::TRANSITION_INSTANT);
|
||||
|
||||
// teach user about HDR settings
|
||||
if (mSettings && ((LLSettingsSky*)mSettings.get())->canAutoAdjust())
|
||||
if (mSettings
|
||||
&& mSettings->getSettingsType() == "sky"
|
||||
&& ((LLSettingsSky*)mSettings.get())->canAutoAdjust())
|
||||
{
|
||||
LLNotificationsUtil::add("AutoAdjustHDRSky");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue