summaryrefslogtreecommitdiff
path: root/indra/llinventory/llsettingssky.cpp
diff options
context:
space:
mode:
authorGraham Linden <graham@lindenlab.com>2018-12-19 14:59:19 -0800
committerGraham Linden <graham@lindenlab.com>2018-12-19 14:59:19 -0800
commit07bff3129adaabb90f09b71fa65c8be0c3ecef5d (patch)
treef807675a310273551dcb325227f4f7b41dfa7528 /indra/llinventory/llsettingssky.cpp
parent0b357e457b8abac6cd0154bcd5001ac6c2b184bf (diff)
Add new shaders for advanced atmo SH env lighting calcs.
Diffstat (limited to 'indra/llinventory/llsettingssky.cpp')
-rw-r--r--indra/llinventory/llsettingssky.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llinventory/llsettingssky.cpp b/indra/llinventory/llsettingssky.cpp
index 231077c217..fb7f5e5c1c 100644
--- a/indra/llinventory/llsettingssky.cpp
+++ b/indra/llinventory/llsettingssky.cpp
@@ -999,7 +999,6 @@ LLColor3 LLSettingsSky::getLightDiffuse() const
LLColor3 LLSettingsSky::getAmbientColor() const
{
- // Todo: this causes complications, preferably to get rid of this duality
if (mSettings.has(SETTING_LEGACY_HAZE) && mSettings[SETTING_LEGACY_HAZE].has(SETTING_AMBIENT))
{
return LLColor3(mSettings[SETTING_LEGACY_HAZE][SETTING_AMBIENT]);