* 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)
|
foreach (EntityBase entity in updateEntities)
|
||||||
{
|
{
|
||||||
if (!entity.IsDeleted)
|
if (!entity.IsDeleted)
|
||||||
entity.Update();
|
entity.Update();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -960,8 +960,8 @@ namespace OpenSim.Region.Environment.Scenes
|
||||||
|
|
||||||
public void FakeDeleteGroup()
|
public void FakeDeleteGroup()
|
||||||
{
|
{
|
||||||
// If there are any updates queued for this object when the 'fake' delete happens, then make sure
|
// 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
|
// that they don't happen, otherwise the deleted objects will reappear
|
||||||
m_isDeleted = true;
|
m_isDeleted = true;
|
||||||
|
|
||||||
foreach (SceneObjectPart part in m_parts.Values)
|
foreach (SceneObjectPart part in m_parts.Values)
|
||||||
|
|
Loading…
Reference in New Issue