diff options
author | Rider Linden <rider@lindenlab.com> | 2018-08-17 15:37:10 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2018-08-17 15:37:10 -0700 |
commit | 1e3ee272ae811b862a529b6f3bbebb50a0c22580 (patch) | |
tree | f021611725be4ae28fe3b3faece8ba2d35273635 /indra/newview/llenvironment.cpp | |
parent | 076836f2456124ddd26f482934cd5c501f061abf (diff) |
Add an apparent time of day. More OSX complaints.
Diffstat (limited to 'indra/newview/llenvironment.cpp')
-rw-r--r-- | indra/newview/llenvironment.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llenvironment.cpp b/indra/newview/llenvironment.cpp index 60e5b81f15..84e915a95d 100644 --- a/indra/newview/llenvironment.cpp +++ b/indra/newview/llenvironment.cpp @@ -192,9 +192,6 @@ namespace LLSettingsBase::BlendFactor blendf = calculateBlend(targetpos, targetspan); pendsetting->blend((*bounds.second).second, blendf); -// pstartsetting->setValue(LLSettingsSky::SETTING_AMBIENT, LLColor3(0.0, 1.0, 0.0)); -// pendsetting->setValue(LLSettingsSky::SETTING_AMBIENT, LLColor3(1.0, 0.0, 0.0)); - setIgnoreTimeDeltaThreshold(true); // for the next span ignore the time delta threshold. reset(pstartsetting, pendsetting, LLEnvironment::TRANSITION_ALTITUDE); } |