aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index 8078491..7502a4b 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -2132,7 +2132,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
2132 Array.Copy(rot, 0, outPacket.ObjectData[0].ObjectData, 36, rot.Length); 2132 Array.Copy(rot, 0, outPacket.ObjectData[0].ObjectData, 36, rot.Length);
2133 2133
2134 byte[] rvel = rotational_velocity.GetBytes(); 2134 byte[] rvel = rotational_velocity.GetBytes();
2135 Array.Copy(rvel, 0, outPacket.ObjectData[0].ObjectData, 44, rvel.Length); 2135 Array.Copy(rvel, 0, outPacket.ObjectData[0].ObjectData, 36 + rot.Length, rvel.Length);
2136 2136
2137 if (textureanim.Length > 0) 2137 if (textureanim.Length > 0)
2138 { 2138 {