* various minuscule code convention conformance fixes

ThreadPoolClientBranch
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);
}

View File

@ -782,7 +782,9 @@ namespace OpenSim.Region.Environment.Scenes
{
SceneObjectGroup group = GetGroupByPrim(ObjectID);
if (group != null)
{
group.ServiceObjectPropertiesFamilyRequest(remoteClient, AgentID, RequestFlags);
}
}
/// <summary>

View File

@ -1611,7 +1611,7 @@ namespace OpenSim.Region.Environment.Scenes
break;
}
ScheduleFullUpdate();
// ScheduleFullUpdate();
}
}