And take away a now unnecessare swap elsewhere. We should not be swapping

them anywhere but at the point of transmission
0.6.1-post-fixes
Melanie Thielker 2008-11-27 22:37:04 +00:00
parent d20a3c6e5a
commit 8089935681
1 changed files with 1 additions and 6 deletions

View File

@ -3390,11 +3390,6 @@ if (m_shape != null) {
#endregion Public Methods
private byte GetAttachPointEncoded()
{
return (byte)((AttachmentPoint % 16) * 16 + (AttachmentPoint / 16));
}
public void SendTerseUpdateToClient(IClientAPI remoteClient)
{
if (ParentGroup == null || ParentGroup.IsDeleted)
@ -3409,7 +3404,7 @@ if (m_shape != null) {
return;
lPos = ParentGroup.RootPart.AttachedPos;
state = GetAttachPointEncoded();
state = AttachmentPoint;
}
else
{