Fix Mac (and maybe linux) builds.
parent
fa5f151332
commit
f8739b3f6d
|
|
@ -81,7 +81,7 @@ public:
|
|||
static void callbackReqInfo(const LLSD ¬ification, const LLSD &response);
|
||||
static void sendInfo(LLUUID destination, LLUUID sessionid, std::string myName, EInstantMessage dialog);
|
||||
|
||||
LLSD FSData::LegacyClientList;
|
||||
LLSD LegacyClientList;
|
||||
|
||||
std::map<std::string, LLSD> blocked_versions;
|
||||
static LLSD blocked_login_info;
|
||||
|
|
|
|||
|
|
@ -3305,7 +3305,7 @@ LLColor4 LLVOAvatar::getNameTagColor(bool is_friend)
|
|||
|
||||
//Wolfspirit: If we don't display a friend, then use "NameTagV1"
|
||||
|
||||
if(use_old_color && color_name!="NameTagFriend"){
|
||||
if(use_old_color && !(show_friends && is_friend)){
|
||||
return LLUIColorTable::getInstance()->getColor("NameTagV1");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue