9 lines
195 B
C++
9 lines
195 B
C++
#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;
|
|
} |