Skip to content
Snippets Groups Projects
Commit e31a0a7f authored by prep's avatar prep
Browse files

Remove already enabled depth test

parent a5a2b2b0
Branches
Tags
No related merge requests found
...@@ -88,7 +88,6 @@ void LLRenderNavPrim::renderNavMeshVB( LLVertexBuffer* pVBO, int vertCnt ) ...@@ -88,7 +88,6 @@ void LLRenderNavPrim::renderNavMeshVB( LLVertexBuffer* pVBO, int vertCnt )
glLineWidth(1.5f); glLineWidth(1.5f);
LLGLSLShader::sNoFixedFunction = false; LLGLSLShader::sNoFixedFunction = false;
LLGLEnable depth(GL_DEPTH_TEST);
glPolygonMode( GL_FRONT_AND_BACK, GL_FILL ); glPolygonMode( GL_FRONT_AND_BACK, GL_FILL );
LLGLEnable cull( GL_CULL_FACE ); LLGLEnable cull( GL_CULL_FACE );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment