diff options
Diffstat (limited to 'indra')
| -rwxr-xr-x | indra/llcharacter/lljoint.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/indra/llcharacter/lljoint.cpp b/indra/llcharacter/lljoint.cpp index 6615a430ab..6f22a7c6b7 100755 --- a/indra/llcharacter/lljoint.cpp +++ b/indra/llcharacter/lljoint.cpp @@ -381,6 +381,7 @@ void LLJoint::clearAttachmentPosOverrides()  	{  		m_attachmentOverrides.clear();  		setPosition(m_posBeforeOverrides); +		setId( LLUUID::null );  	}  } | 
