aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index 7d4bb8e..9ae5415 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -2724,6 +2724,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
2724 ani.Sender = new AvatarAnimationPacket.SenderBlock(); 2724 ani.Sender = new AvatarAnimationPacket.SenderBlock();
2725 ani.Sender.ID = sourceAgentId; 2725 ani.Sender.ID = sourceAgentId;
2726 ani.AnimationList = new AvatarAnimationPacket.AnimationListBlock[animations.Length]; 2726 ani.AnimationList = new AvatarAnimationPacket.AnimationListBlock[animations.Length];
2727 ani.PhysicalAvatarEventList = new AvatarAnimationPacket.PhysicalAvatarEventListBlock[0];
2727 2728
2728 for (int i = 0; i < animations.Length; ++i) 2729 for (int i = 0; i < animations.Length; ++i)
2729 { 2730 {