aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lldrawpoolground.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/lldrawpoolground.cpp')
-rw-r--r--linden/indra/newview/lldrawpoolground.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/lldrawpoolground.cpp b/linden/indra/newview/lldrawpoolground.cpp
index 889b494..c65524b 100644
--- a/linden/indra/newview/lldrawpoolground.cpp
+++ b/linden/indra/newview/lldrawpoolground.cpp
@@ -74,7 +74,7 @@ void LLDrawPoolGround::render(S32 pass)
74 74
75 LLGLDepthTest gls_depth(GL_TRUE, GL_FALSE); 75 LLGLDepthTest gls_depth(GL_TRUE, GL_FALSE);
76 76
77 LLGLClampToFarClip far_clip(glh_get_current_projection()); 77 LLGLSquashToFarClip far_clip(glh_get_current_projection());
78 78
79 F32 water_height = gAgent.getRegion()->getWaterHeight(); 79 F32 water_height = gAgent.getRegion()->getWaterHeight();
80 glPushMatrix(); 80 glPushMatrix();