diff options
| author | Dave Parks <davep@lindenlab.com> | 2011-10-07 16:45:21 -0500 |
|---|---|---|
| committer | Dave Parks <davep@lindenlab.com> | 2011-10-07 16:45:21 -0500 |
| commit | 9cf4a4322b75a4d8fdc618c8f1edbf945c2f25b3 (patch) | |
| tree | 35bebcd22487ed2a764d1221ac2f5100ad74db87 /indra/newview/llviewerjoint.cpp | |
| parent | 055a881084e7386620a23ae0ecdf7a8c49298742 (diff) | |
SH-2240 No more assertions when rendering debug displays.
Diffstat (limited to 'indra/newview/llviewerjoint.cpp')
| -rw-r--r-- | indra/newview/llviewerjoint.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerjoint.cpp b/indra/newview/llviewerjoint.cpp index f2e49ff270..a907f102f8 100644 --- a/indra/newview/llviewerjoint.cpp +++ b/indra/newview/llviewerjoint.cpp @@ -543,7 +543,7 @@ void LLViewerJointCollisionVolume::renderCollision() gGL.pushMatrix(); gGL.multMatrix( &mXform.getWorldMatrix().mMatrix[0][0] ); - gGL.color3f( 0.f, 0.f, 1.f ); + gGL.diffuseColor3f( 0.f, 0.f, 1.f ); gGL.begin(LLRender::LINES); |
