diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-08-22 16:54:14 +0300 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-08-22 16:54:14 +0300 |
commit | 4c7376f939d6cbfe17a982a0e1ad93cc529a1ba7 (patch) | |
tree | 70295bef53f83e31512e0822781c9eedd1192419 /indra | |
parent | 4859db1adabcf84b959ff0603f1bb8401232164c (diff) |
MAINT-8881 EEP Blue Horizon swatch does not display the color set for that keyframe.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/llinventory/llsettingssky.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llinventory/llsettingssky.cpp b/indra/llinventory/llsettingssky.cpp index c0402f1fe4..184a75b9c7 100644 --- a/indra/llinventory/llsettingssky.cpp +++ b/indra/llinventory/llsettingssky.cpp @@ -892,7 +892,7 @@ LLColor3 LLSettingsSky::getBlueDensity() const LLColor3 LLSettingsSky::getBlueHorizon() const { - if (mSettings.has(SETTING_LEGACY_HAZE) && mSettings[SETTING_LEGACY_HAZE].has(SETTING_BLUE_DENSITY)) + if (mSettings.has(SETTING_LEGACY_HAZE) && mSettings[SETTING_LEGACY_HAZE].has(SETTING_BLUE_HORIZON)) { return LLColor3(mSettings[SETTING_LEGACY_HAZE][SETTING_BLUE_HORIZON]); } |