aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-09-06 00:55:16 +0000
committerJustin Clarke Casey2008-09-06 00:55:16 +0000
commit4d86a324f8673484a12e079618ee740aae6965e3 (patch)
treee556dca12abbff5f1e0b0259e18689847828763a /OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs
parent* Fix mantis 2130 - nre occuring sometimes when the regular prim update sweep... (diff)
downloadopensim-SC_OLD-4d86a324f8673484a12e079618ee740aae6965e3.zip
opensim-SC_OLD-4d86a324f8673484a12e079618ee740aae6965e3.tar.gz
opensim-SC_OLD-4d86a324f8673484a12e079618ee740aae6965e3.tar.bz2
opensim-SC_OLD-4d86a324f8673484a12e079618ee740aae6965e3.tar.xz
* minor: change hard tabs back to spaces in previous commit
* my excuse is that I hadn't used this monodevelop exe before...
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs b/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs
index 7aa65c1..52b9bc1 100644
--- a/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs
+++ b/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs
@@ -960,8 +960,8 @@ namespace OpenSim.Region.Environment.Scenes
960 960
961 public void FakeDeleteGroup() 961 public void FakeDeleteGroup()
962 { 962 {
963 // If there are any updates queued for this object when the 'fake' delete happens, then make sure 963 // If there are any updates queued for this object when the 'fake' delete happens, then make sure
964 // that they don't happen, otherwise the deleted objects will reappear 964 // that they don't happen, otherwise the deleted objects will reappear
965 m_isDeleted = true; 965 m_isDeleted = true;
966 966
967 foreach (SceneObjectPart part in m_parts.Values) 967 foreach (SceneObjectPart part in m_parts.Values)