aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/ClientView.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/ClientStack/ClientView.cs')
-rw-r--r--OpenSim/Region/ClientStack/ClientView.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/ClientView.cs b/OpenSim/Region/ClientStack/ClientView.cs
index 41ec783..58405e6 100644
--- a/OpenSim/Region/ClientStack/ClientView.cs
+++ b/OpenSim/Region/ClientStack/ClientView.cs
@@ -1709,8 +1709,9 @@ namespace OpenSim.Region.ClientStack
1709 Array.Copy(rot, 0, outPacket.ObjectData[0].ObjectData, 36, rot.Length); 1709 Array.Copy(rot, 0, outPacket.ObjectData[0].ObjectData, 36, rot.Length);
1710 1710
1711 if (textureanim.Length > 0) 1711 if (textureanim.Length > 0)
1712 {
1712 outPacket.ObjectData[0].TextureAnim = textureanim; 1713 outPacket.ObjectData[0].TextureAnim = textureanim;
1713 1714 }
1714 1715
1715 OutPacket(outPacket, ThrottleOutPacketType.Task); 1716 OutPacket(outPacket, ThrottleOutPacketType.Task);
1716 } 1717 }