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

Path-266: Navmesh is backfaced culled

parent d092e7a0
Branches
Tags
Loading
......@@ -67,7 +67,7 @@ void LLRenderNavPrim::renderTri( const LLVector3& a, const LLVector3& b, const L
{
glPolygonMode( GL_FRONT_AND_BACK, GL_FILL );
}
LLGLDisable cull(GL_CULL_FACE);
LLGLEnable cull(GL_CULL_FACE);
LLColor4 colorA( color );
colorA*=1.25f;
gGL.color4fv( colorA.mV );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment