diff options
Diffstat (limited to 'indra/newview/llvosky.h')
-rw-r--r-- | indra/newview/llvosky.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llvosky.h b/indra/newview/llvosky.h index 660db1e518..20d0135c21 100644 --- a/indra/newview/llvosky.h +++ b/indra/newview/llvosky.h @@ -217,6 +217,8 @@ public: void cleanupGL(); void restoreGL(); + void calc(); + /*virtual*/ void idleUpdate(LLAgent &agent, const F64 &time); bool updateSky(); @@ -346,6 +348,7 @@ protected: LLTimer mForceUpdateThrottle; bool mHeavenlyBodyUpdated ; + AtmosphericsVars m_atmosphericsVars; LLAtmospherics m_legacyAtmospherics; }; |