* various minuscule code convention conformance fixes
parent
e5ede36f0c
commit
d79633b7c7
|
@ -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);
|
||||
}
|
||||
|
|
|
@ -782,8 +782,10 @@ namespace OpenSim.Region.Environment.Scenes
|
|||
{
|
||||
SceneObjectGroup group = GetGroupByPrim(ObjectID);
|
||||
if (group != null)
|
||||
{
|
||||
group.ServiceObjectPropertiesFamilyRequest(remoteClient, AgentID, RequestFlags);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
|
|
|
@ -1611,7 +1611,7 @@ namespace OpenSim.Region.Environment.Scenes
|
|||
break;
|
||||
}
|
||||
|
||||
ScheduleFullUpdate();
|
||||
// ScheduleFullUpdate();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue