diff options
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 | ||