aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llhudeffectlookat.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llhudeffectlookat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llhudeffectlookat.cpp b/linden/indra/newview/llhudeffectlookat.cpp
index abe2a66..92e7fdf 100644
--- a/linden/indra/newview/llhudeffectlookat.cpp
+++ b/linden/indra/newview/llhudeffectlookat.cpp
@@ -504,7 +504,7 @@ void LLHUDEffectLookAt::render()
504 glPushMatrix(); 504 glPushMatrix();
505 glTranslatef(target.mV[VX], target.mV[VY], target.mV[VZ]); 505 glTranslatef(target.mV[VX], target.mV[VY], target.mV[VZ]);
506 glScalef(0.3f, 0.3f, 0.3f); 506 glScalef(0.3f, 0.3f, 0.3f);
507 gGL.begin(GL_LINES); 507 gGL.begin(LLVertexBuffer::LINES);
508 { 508 {
509 LLColor3 color = (*mAttentions)[mTargetType].mColor; 509 LLColor3 color = (*mAttentions)[mTargetType].mColor;
510 gGL.color3f(color.mV[VRED], color.mV[VGREEN], color.mV[VBLUE]); 510 gGL.color3f(color.mV[VRED], color.mV[VGREEN], color.mV[VBLUE]);