diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-09-05 18:25:51 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-09-05 18:25:51 -0400 |
commit | 201d9853f9d57efab9b819ff07745141a5265e98 (patch) | |
tree | cadd8f7bc09f8b5eb096f693b04fb2e68120da93 /indra/newview/llviewerjointmesh.cpp | |
parent | 825cc7873251ad90720ab40221d689abed7b2ac8 (diff) |
Debug display for baked vs. composite status, via setting DebugAvatarCompositeBaked
Diffstat (limited to 'indra/newview/llviewerjointmesh.cpp')
-rwxr-xr-x | indra/newview/llviewerjointmesh.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llviewerjointmesh.cpp b/indra/newview/llviewerjointmesh.cpp index 5d1aa870a3..c3f8f42a2a 100755 --- a/indra/newview/llviewerjointmesh.cpp +++ b/indra/newview/llviewerjointmesh.cpp @@ -219,6 +219,11 @@ void LLViewerJointMesh::setColor( F32 red, F32 green, F32 blue, F32 alpha ) mColor[3] = alpha; } +void LLViewerJointMesh::setColor( const LLColor4& color ) +{ + mColor = color; +} + //-------------------------------------------------------------------- // LLViewerJointMesh::getTexture() |