diff options
author | Don Kjer <don@lindenlab.com> | 2012-09-13 22:14:53 +0000 |
---|---|---|
committer | Don Kjer <don@lindenlab.com> | 2012-09-13 22:14:53 +0000 |
commit | 5bb8962c4e2e1ca12d637fcddc02a78f5ecf7225 (patch) | |
tree | ce95886fb4163fccef9df045bfe6b0088de4ffc8 /indra/llappearance/llavatarjointmesh.h | |
parent | 8ba2b388769e245ec1b49b7d6d4b0372d684ff86 (diff) | |
parent | b4866775a2acc98ebcb3986d7779eea479028ff9 (diff) |
Merge sunshine -> sunshine-experimental
Diffstat (limited to 'indra/llappearance/llavatarjointmesh.h')
-rwxr-xr-x | indra/llappearance/llavatarjointmesh.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llappearance/llavatarjointmesh.h b/indra/llappearance/llavatarjointmesh.h index 427375e733..2aade4d62b 100755 --- a/indra/llappearance/llavatarjointmesh.h +++ b/indra/llappearance/llavatarjointmesh.h @@ -101,6 +101,7 @@ public: // Sets the shape color void setColor( F32 red, F32 green, F32 blue, F32 alpha ); + void setColor( const LLColor4& color ); // Sets the shininess void setSpecular( const LLColor4& color, F32 shiny ) { /*mSpecular = color;*/ mShiny = shiny; }; |