Prevent pieces from other people's HUDs from displaying at the center of

every user's HUD
This commit is contained in:
Melanie Thielker
2008-11-11 19:08:59 +00:00
parent 4245cd90de
commit 47a5d71b7e
5 changed files with 16 additions and 9 deletions

View File

@@ -3362,7 +3362,8 @@ if (m_shape != null) {
(ushort)(m_parentGroup.GetTimeDilation() *
(float)ushort.MaxValue), LocalId, lPos,
RotationOffset, Velocity,
RotationalVelocity, state, FromAssetID);
RotationalVelocity, state, FromAssetID,
OwnerID, (int)AttachmentPoint);
}
}
}