Dragged over lltexlayer, lldriverparam, lllocaltextureobject, llwearabledata
This commit is contained in:
9
indra/llappearance/llavatarappearance.cpp
Normal file
9
indra/llappearance/llavatarappearance.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "linden_common.h"
|
||||
#include "llavatarappearance.h"
|
||||
|
||||
const LLColor4 DUMMY_COLOR = LLColor4(0.5,0.5,0.5,1.0);
|
||||
// static
|
||||
LLColor4 LLAvatarAppearance::getDummyColor()
|
||||
{
|
||||
return DUMMY_COLOR;
|
||||
}
|
||||
Reference in New Issue
Block a user