diff options
| author | Graham Linden <graham@lindenlab.com> | 2019-06-27 09:10:38 -0700 |
|---|---|---|
| committer | Graham Linden <graham@lindenlab.com> | 2019-06-27 09:10:38 -0700 |
| commit | 8ba159fed90fc221003e85c5d2d3b82ec30d81bf (patch) | |
| tree | 06c9e605db034a0e44c64fece4a6f69763c95d38 /indra/newview/llenvironment.cpp | |
| parent | cfdcd0fc8ce969ca7df4e88608ee6d3bc923954d (diff) | |
SL-11151, SL-11504
Remove update threshold logic causing hiccups and rework sky updates.
Make deferred water do double transport again to match non-ALM rendering more closely.
Diffstat (limited to 'indra/newview/llenvironment.cpp')
| -rw-r--r-- | indra/newview/llenvironment.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llenvironment.cpp b/indra/newview/llenvironment.cpp index 3373c8c3a4..d20c05fe67 100644 --- a/indra/newview/llenvironment.cpp +++ b/indra/newview/llenvironment.cpp @@ -196,7 +196,6 @@ namespace mCycleLength(cyclelength), mCycleOffset(cycleoffset) { - setTimeDeltaThreshold(updateThreshold); // must happen prior to getBoundingEntries call... mTrackNo = selectTrackNumber(trackno); @@ -233,7 +232,6 @@ namespace LLSettingsBase::BlendFactor blendf = calculateBlend(targetpos, targetspan); pendsetting->blend((*bounds.second).second, blendf); - setIgnoreTimeDeltaThreshold(true); // for the next span ignore the time delta threshold. reset(pstartsetting, pendsetting, LLEnvironment::TRANSITION_ALTITUDE); } |
