diff options
author | Jacek Antonelli | 2008-08-15 23:45:50 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:50 -0500 |
commit | 2a4dea528f670b9bb1f77ef27a8a1dd16603d114 (patch) | |
tree | 95c68e362703c9099d571ecbdc6142b1cda1e005 /linden/indra/newview/llvosky.cpp | |
parent | Second Life viewer sources 1.20.6 (diff) | |
download | meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.zip meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.gz meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.bz2 meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.xz |
Second Life viewer sources 1.20.7
Diffstat (limited to 'linden/indra/newview/llvosky.cpp')
-rw-r--r-- | linden/indra/newview/llvosky.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/linden/indra/newview/llvosky.cpp b/linden/indra/newview/llvosky.cpp index 8e60010..eae322e 100644 --- a/linden/indra/newview/llvosky.cpp +++ b/linden/indra/newview/llvosky.cpp | |||
@@ -194,11 +194,13 @@ inline void color_gamma_correct(LLColor3 &col) | |||
194 | 194 | ||
195 | S32 LLSkyTex::sComponents = 4; | 195 | S32 LLSkyTex::sComponents = 4; |
196 | S32 LLSkyTex::sResolution = 64; | 196 | S32 LLSkyTex::sResolution = 64; |
197 | F32 LLSkyTex::sInterpVal = 0.f; | 197 | F32 LLSkyTex::sInterpVal = 0.f; |
198 | S32 LLSkyTex::sCurrent = 0; | 198 | S32 LLSkyTex::sCurrent = 0; |
199 | 199 | ||
200 | 200 | ||
201 | LLSkyTex::LLSkyTex() | 201 | LLSkyTex::LLSkyTex() : |
202 | mSkyData(NULL), | ||
203 | mSkyDirs(NULL) | ||
202 | { | 204 | { |
203 | } | 205 | } |
204 | 206 | ||