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/lldrawpoolground.cpp | |
parent | 26700e0d40c5f650e713f5209dd80b5df84b2b5a (diff) | |
parent | 8947724baa6d595844daeee2f18c865d1886acc5 (diff) |
merge from viewer-development.
Diffstat (limited to 'indra/newview/lldrawpoolground.cpp')
-rw-r--r-- | indra/newview/lldrawpoolground.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lldrawpoolground.cpp b/indra/newview/lldrawpoolground.cpp index bb7c55e931..ce07e62122 100644 --- a/indra/newview/lldrawpoolground.cpp +++ b/indra/newview/lldrawpoolground.cpp @@ -68,7 +68,7 @@ void LLDrawPoolGround::render(S32 pass) LLGLDepthTest gls_depth(GL_TRUE, GL_FALSE); - LLGLClampToFarClip far_clip(glh_get_current_projection()); + LLGLSquashToFarClip far_clip(glh_get_current_projection()); F32 water_height = gAgent.getRegion()->getWaterHeight(); glPushMatrix(); |