mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 05:45:37 +08:00
Fix an uninitialized data block. Thanks, jhurliman
This commit is contained in:
@@ -2724,6 +2724,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
ani.Sender = new AvatarAnimationPacket.SenderBlock();
|
||||
ani.Sender.ID = sourceAgentId;
|
||||
ani.AnimationList = new AvatarAnimationPacket.AnimationListBlock[animations.Length];
|
||||
ani.PhysicalAvatarEventList = new AvatarAnimationPacket.PhysicalAvatarEventListBlock[0];
|
||||
|
||||
for (int i = 0; i < animations.Length; ++i)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user