* minor: change hard tabs back to spaces in previous commit
* my excuse is that I hadn't used this monodevelop exe before...0.6.0-stable
parent
01878b886c
commit
4d86a324f8
|
@ -143,7 +143,7 @@ namespace OpenSim.Region.Environment.Scenes
|
|||
foreach (EntityBase entity in updateEntities)
|
||||
{
|
||||
if (!entity.IsDeleted)
|
||||
entity.Update();
|
||||
entity.Update();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -960,8 +960,8 @@ namespace OpenSim.Region.Environment.Scenes
|
|||
|
||||
public void FakeDeleteGroup()
|
||||
{
|
||||
// If there are any updates queued for this object when the 'fake' delete happens, then make sure
|
||||
// that they don't happen, otherwise the deleted objects will reappear
|
||||
// If there are any updates queued for this object when the 'fake' delete happens, then make sure
|
||||
// that they don't happen, otherwise the deleted objects will reappear
|
||||
m_isDeleted = true;
|
||||
|
||||
foreach (SceneObjectPart part in m_parts.Values)
|
||||
|
|
Loading…
Reference in New Issue