diff options
author | Tofu Buzzard <no-email> | 2010-10-27 11:03:39 +0100 |
---|---|---|
committer | Tofu Buzzard <no-email> | 2010-10-27 11:03:39 +0100 |
commit | 179e9e37ecbdcd1ad2133733047707ddd42e8c30 (patch) | |
tree | db3d1d07ea7e2c769562eeb2f5ad09587df376f6 /indra/newview/lldrawpoolwlsky.cpp | |
parent | 26700e0d40c5f650e713f5209dd80b5df84b2b5a (diff) | |
parent | 8947724baa6d595844daeee2f18c865d1886acc5 (diff) |
merge from viewer-development.
Diffstat (limited to 'indra/newview/lldrawpoolwlsky.cpp')
-rw-r--r-- | indra/newview/lldrawpoolwlsky.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lldrawpoolwlsky.cpp b/indra/newview/lldrawpoolwlsky.cpp index 41a299151e..eaa6aa7e37 100644 --- a/indra/newview/lldrawpoolwlsky.cpp +++ b/indra/newview/lldrawpoolwlsky.cpp @@ -260,7 +260,7 @@ void LLDrawPoolWLSky::render(S32 pass) LLGLDepthTest depth(GL_TRUE, GL_FALSE); LLGLDisable clip(GL_CLIP_PLANE0); - LLGLClampToFarClip far_clip(glh_get_current_projection()); + LLGLSquashToFarClip far_clip(glh_get_current_projection()); renderSkyHaze(camHeightLocal); |