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.h | |
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.h')
-rw-r--r-- | indra/newview/lllegacyatmospherics.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/lllegacyatmospherics.h b/indra/newview/lllegacyatmospherics.h index f2900b4323..22ed37f830 100644 --- a/indra/newview/lllegacyatmospherics.h +++ b/indra/newview/lllegacyatmospherics.h @@ -277,7 +277,6 @@ protected: LLColor4 mGLFogCol; F32 mFogRatio; F32 mWorldScale; - LLFrameTimer mUpdateTimer; }; #endif |