diff options
Diffstat (limited to 'linden/indra/newview/lldrawpoolground.cpp')
-rw-r--r-- | linden/indra/newview/lldrawpoolground.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/linden/indra/newview/lldrawpoolground.cpp b/linden/indra/newview/lldrawpoolground.cpp index a1c5a99..03b8a0c 100644 --- a/linden/indra/newview/lldrawpoolground.cpp +++ b/linden/indra/newview/lldrawpoolground.cpp | |||
@@ -68,9 +68,6 @@ void LLDrawPoolGround::render(S32 pass) | |||
68 | return; | 68 | return; |
69 | } | 69 | } |
70 | 70 | ||
71 | glEnableClientState(GL_TEXTURE_COORD_ARRAY); | ||
72 | glEnableClientState(GL_VERTEX_ARRAY); | ||
73 | |||
74 | LLGLSPipelineSkyBox gls_skybox; | 71 | LLGLSPipelineSkyBox gls_skybox; |
75 | LLImageGL::unbindTexture(0, GL_TEXTURE_2D); | 72 | LLImageGL::unbindTexture(0, GL_TEXTURE_2D); |
76 | LLGLDepthTest gls_depth(GL_TRUE, GL_FALSE); | 73 | LLGLDepthTest gls_depth(GL_TRUE, GL_FALSE); |