diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-04-10 12:19:33 -0700 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-04-10 12:19:33 -0700 |
commit | da5601baee84e12895b557e06ee17664d0c93c66 (patch) | |
tree | 64c2c28b4f1d41dea4dd6082b6cb62d9f24dd7be /indra/llrender/llrendernavprim.h | |
parent | 7a60a12531769629ba20914128581498256f3e2f (diff) | |
parent | d3d19ba02cb4f8faaef5b96db7e3c1068e06ee27 (diff) |
Pull and merge from ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai.
Diffstat (limited to 'indra/llrender/llrendernavprim.h')
-rw-r--r-- | indra/llrender/llrendernavprim.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llrender/llrendernavprim.h b/indra/llrender/llrendernavprim.h index 97d1c805af..eb45e259d2 100644 --- a/indra/llrender/llrendernavprim.h +++ b/indra/llrender/llrendernavprim.h @@ -43,8 +43,8 @@ public: void renderLLSegment( const LLVector3& start, const LLVector3& end, const LLColor4U& color ) const; //Draw simple tri void renderTri( const LLVector3& a, const LLVector3& b, const LLVector3& c, int color ) const; - //Draw simple tri - void renderLLTri( const LLVector3& a, const LLVector3& b, const LLVector3& c, const LLColor4U& color, const LLVector3& n ) const; + //Draw simple tri + void renderLLTri( const LLVector3& a, const LLVector3& b, const LLVector3& c, const LLColor4U& color ) const; //Draw the contents of vertex buffer void renderNavMeshVB( U32 mode, LLVertexBuffer* pVBO, int vertCnt ); //Draw a star |