diff options
author | McCabe Maxsted | 2010-05-01 03:32:22 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-09-25 08:15:11 -0700 |
commit | 88c0a4d7be265784aeb6010e42df8632dbf8f88b (patch) | |
tree | d7b65d6f12ae42c84173cd889707012e960d13d6 /linden/indra/newview/lldrawpoolwlsky.cpp | |
parent | Fixed Windows compile bug in 721c25d8. Changed std::max to llmax since Window... (diff) | |
download | meta-impy-88c0a4d7be265784aeb6010e42df8632dbf8f88b.zip meta-impy-88c0a4d7be265784aeb6010e42df8632dbf8f88b.tar.gz meta-impy-88c0a4d7be265784aeb6010e42df8632dbf8f88b.tar.bz2 meta-impy-88c0a4d7be265784aeb6010e42df8632dbf8f88b.tar.xz |
Applied patch by Aleric Inglewood for VWR-12984: Water flickers and disappears in patches, part 1
Diffstat (limited to 'linden/indra/newview/lldrawpoolwlsky.cpp')
-rw-r--r-- | linden/indra/newview/lldrawpoolwlsky.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/lldrawpoolwlsky.cpp b/linden/indra/newview/lldrawpoolwlsky.cpp index 6ff65c7..451d08e 100644 --- a/linden/indra/newview/lldrawpoolwlsky.cpp +++ b/linden/indra/newview/lldrawpoolwlsky.cpp | |||
@@ -269,7 +269,7 @@ void LLDrawPoolWLSky::render(S32 pass) | |||
269 | LLGLDepthTest depth(GL_TRUE, GL_FALSE); | 269 | LLGLDepthTest depth(GL_TRUE, GL_FALSE); |
270 | LLGLDisable clip(GL_CLIP_PLANE0); | 270 | LLGLDisable clip(GL_CLIP_PLANE0); |
271 | 271 | ||
272 | LLGLClampToFarClip far_clip(glh_get_current_projection()); | 272 | LLGLSquashToFarClip far_clip(glh_get_current_projection()); |
273 | 273 | ||
274 | renderSkyHaze(camHeightLocal); | 274 | renderSkyHaze(camHeightLocal); |
275 | 275 | ||