summaryrefslogtreecommitdiff
path: root/indra/newview/llenvironment.cpp
diff options
context:
space:
mode:
authorGraham Linden <graham@lindenlab.com>2018-09-04 23:41:36 +0100
committerGraham Linden <graham@lindenlab.com>2018-09-04 23:41:36 +0100
commit32631f09a57548c2bbf7e09211a2053ff2e4e47d (patch)
tree62ab55f486e350e8593329412d9a334d374602fc /indra/newview/llenvironment.cpp
parentd71d656ba4069d0fb168869734010aaffe52a288 (diff)
8283/4 WIP
Diffstat (limited to 'indra/newview/llenvironment.cpp')
-rw-r--r--indra/newview/llenvironment.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llenvironment.cpp b/indra/newview/llenvironment.cpp
index 6e19df0a94..ed25120241 100644
--- a/indra/newview/llenvironment.cpp
+++ b/indra/newview/llenvironment.cpp
@@ -1628,13 +1628,14 @@ void LLEnvironment::DayInstance::setSky(const LLSettingsSky::ptr_t &psky)
mSky->mReplaced |= different_sky;
mSky->update();
mBlenderSky.reset();
-
+/*
if (gAtmosphere)
{
AtmosphericModelSettings settings;
LLEnvironment::getAtmosphericModelSettings(settings, psky);
gAtmosphere->configureAtmosphericModel(settings);
}
+*/
}
void LLEnvironment::DayInstance::setWater(const LLSettingsWater::ptr_t &pwater)