diff options
author | Dave Parks <davep@lindenlab.com> | 2011-08-08 15:30:34 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-08-08 15:30:34 -0500 |
commit | b9439ac006ac64179180ec2a47f6bd92468de455 (patch) | |
tree | 0d3da395c91ddadda4ad23b4d331ec001b6a4f84 /indra/newview/llagent.cpp | |
parent | 5e22062b68d2392d465503b3954cf06001eda608 (diff) | |
parent | 14f6bbadef2c39e58a3b54c0c6212949acf50e45 (diff) |
merge
Diffstat (limited to 'indra/newview/llagent.cpp')
-rwxr-xr-x | indra/newview/llagent.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp index 492cfe7c1b..e3be6b0402 100755 --- a/indra/newview/llagent.cpp +++ b/indra/newview/llagent.cpp @@ -3925,7 +3925,7 @@ void LLAgent::renderAutoPilotTarget() gGL.getTexUnit(0)->unbind(LLTexUnit::TT_TEXTURE); // lovely green - glColor4f(0.f, 1.f, 1.f, 1.f); + gGL.diffuseColor4f(0.f, 1.f, 1.f, 1.f); target_global = mAutoPilotTargetGlobal; |