diff options
| -rw-r--r-- | indra/newview/llvosky.cpp | 4 | 
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/newview/llvosky.cpp b/indra/newview/llvosky.cpp index 878d7287ed..8232d47808 100644 --- a/indra/newview/llvosky.cpp +++ b/indra/newview/llvosky.cpp @@ -680,9 +680,7 @@ void LLVOSky::idleUpdate(LLAgent &agent, const F64 &time)  void LLVOSky::forceSkyUpdate()  {      mForceUpdate = TRUE; - -    memset(&m_lastAtmosphericsVars, 0x00, sizeof(AtmosphericsVars)); - +    m_lastAtmosphericsVars = {};      mCubeMapUpdateStage = -1;  }  | 
