diff options
author | Graham Linden <graham@lindenlab.com> | 2018-09-04 23:08:20 +0100 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2018-09-04 23:08:20 +0100 |
commit | 2e55eae9cc6ebff303c8f322c71fec9c20e42bd8 (patch) | |
tree | ea4259bc673bbac6715cc0269a4cc6de3c8a9958 /indra/newview/llvosky.h | |
parent | d1d248973d577d314bba16dc9f2977a7125b5f0d (diff) |
Merge and fix MAINT-9087 and MAINT-9084
Diffstat (limited to 'indra/newview/llvosky.h')
-rw-r--r-- | indra/newview/llvosky.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvosky.h b/indra/newview/llvosky.h index 4943c48f7c..be69757fc7 100644 --- a/indra/newview/llvosky.h +++ b/indra/newview/llvosky.h @@ -338,7 +338,7 @@ protected: S32 mDrawRefl; LLFrameTimer mUpdateTimer; - + LLTimer mForceUpdateThrottle; bool mHeavenlyBodyUpdated ; LLAtmospherics m_legacyAtmospherics; |