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/lllegacyatmospherics.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/lllegacyatmospherics.cpp')
| -rw-r--r-- | indra/newview/lllegacyatmospherics.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/lllegacyatmospherics.cpp b/indra/newview/lllegacyatmospherics.cpp index a09f54c303..b6c46b9ff9 100644 --- a/indra/newview/lllegacyatmospherics.cpp +++ b/indra/newview/lllegacyatmospherics.cpp @@ -181,7 +181,6 @@ LLAtmospherics::LLAtmospherics() { /// WL PARAMS mInitialized = FALSE; - mUpdateTimer.reset(); mAmbientScale = gSavedSettings.getF32("SkyAmbientScale"); mNightColorShift = gSavedSettings.getColor3("SkyNightColorShift"); mFogColor.mV[VRED] = mFogColor.mV[VGREEN] = mFogColor.mV[VBLUE] = 0.5f; |
