diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 8078491366..7502a4ba5c 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs @@ -2132,7 +2132,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP Array.Copy(rot, 0, outPacket.ObjectData[0].ObjectData, 36, rot.Length); byte[] rvel = rotational_velocity.GetBytes(); - Array.Copy(rvel, 0, outPacket.ObjectData[0].ObjectData, 44, rvel.Length); + Array.Copy(rvel, 0, outPacket.ObjectData[0].ObjectData, 36 + rot.Length, rvel.Length); if (textureanim.Length > 0) {