diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 |
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 | { |