MAINT-4605 WIP - you can't hide your lion eyes

Brad Payne (Vir Linden) 2014-10-29 13:07:44 -04:00
parent a30e0fd909
commit dc0abe48c6
1 changed files with 2 additions and 1 deletions

View File

@ -289,8 +289,9 @@ void LLJoint::removeAttachmentPosOverride( const LLUUID& mesh_id, const std::str
{
LL_DEBUGS("Avatar") << "av " << av_info << " joint " << getName() << " removeAttachmentPosOverride for " << mesh_id << LL_ENDL;
m_attachmentOverrides.erase(it);
updatePos(av_info);
}
updatePos(av_info);
}
//--------------------------------------------------------------------