diff options
Diffstat (limited to 'indra/newview/llvosky.cpp')
-rw-r--r-- | indra/newview/llvosky.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/indra/newview/llvosky.cpp b/indra/newview/llvosky.cpp index 07fc1ece73..1ef721e918 100644 --- a/indra/newview/llvosky.cpp +++ b/indra/newview/llvosky.cpp @@ -194,11 +194,13 @@ inline void color_gamma_correct(LLColor3 &col) S32 LLSkyTex::sComponents = 4; S32 LLSkyTex::sResolution = 64; -F32 LLSkyTex::sInterpVal = 0.f; +F32 LLSkyTex::sInterpVal = 0.f; S32 LLSkyTex::sCurrent = 0; -LLSkyTex::LLSkyTex() +LLSkyTex::LLSkyTex() : + mSkyData(NULL), + mSkyDirs(NULL) { } |