summaryrefslogtreecommitdiff
path: root/indra/llrender/llrendernavprim.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llrender/llrendernavprim.h')
-rw-r--r--indra/llrender/llrendernavprim.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llrender/llrendernavprim.h b/indra/llrender/llrendernavprim.h
index 044a20f0fe..d5899471a6 100644
--- a/indra/llrender/llrendernavprim.h
+++ b/indra/llrender/llrendernavprim.h
@@ -40,7 +40,7 @@ class LLRenderNavPrim
{
public:
//Draw a line
- void renderSegment( const LLVector3& start, const LLVector3& end, int color ) const;
+ 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
@@ -48,7 +48,7 @@ public:
//Draw the contents of vertex buffer
void renderNavMeshVB( LLVertexBuffer* pVBO, int vertCnt );
//Draw a star
- void renderStar( const LLVector3& center, const float scale, int color ) const;
+ void renderStar( const LLVector3& center, const float scale, const LLColor4U& color ) const;
//Flush the device
void flushDevice() { gGL.flush(); }
private: