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

removed deprecated glnormal call

parent 2388de3f
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,6 @@ void LLRenderNavPrim::renderLLTri( const LLVector3& a, const LLVector3& b, const
gGL.color4fv( cV.mV );
gGL.begin(LLRender::TRIANGLES);
{
glNormal3f( n.mV[0],n.mV[1],n.mV[2] );
gGL.vertex3fv( a.mV );
gGL.vertex3fv( b.mV );
gGL.vertex3fv( c.mV );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment