* various minuscule code convention conformance fixes

This commit is contained in:
lbsa71
2008-02-12 11:21:23 +00:00
parent e5ede36f0c
commit d79633b7c7
3 changed files with 5 additions and 2 deletions

View File

@@ -1709,8 +1709,9 @@ namespace OpenSim.Region.ClientStack
Array.Copy(rot, 0, outPacket.ObjectData[0].ObjectData, 36, rot.Length);
if (textureanim.Length > 0)
{
outPacket.ObjectData[0].TextureAnim = textureanim;
}
OutPacket(outPacket, ThrottleOutPacketType.Task);
}