diff options
author | Justin Clarke Casey | 2008-11-12 20:35:35 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-11-12 20:35:35 +0000 |
commit | 2c7ac336500cb3b02f42ea47934cc11b31ac397f (patch) | |
tree | 7a01eaa5cec5ee1ab456d4959a331edda27b83ae /OpenSim/Region/Environment/Scenes/Scene.cs | |
parent | * refactor: as per a recent opensim-dev thread, rename InnerScene to SceneGra... (diff) | |
download | opensim-SC_OLD-2c7ac336500cb3b02f42ea47934cc11b31ac397f.zip opensim-SC_OLD-2c7ac336500cb3b02f42ea47934cc11b31ac397f.tar.gz opensim-SC_OLD-2c7ac336500cb3b02f42ea47934cc11b31ac397f.tar.bz2 opensim-SC_OLD-2c7ac336500cb3b02f42ea47934cc11b31ac397f.tar.xz |
* test: Add basic synchronous object remove test
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs index e5d0c3f..7019673 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.cs | |||
@@ -1830,7 +1830,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
1830 | } | 1830 | } |
1831 | 1831 | ||
1832 | /// <summary> | 1832 | /// <summary> |
1833 | /// Delete the given object from the scene. | 1833 | /// Synchronously delete the given object from the scene. |
1834 | /// </summary> | 1834 | /// </summary> |
1835 | /// <param name="group"></param> | 1835 | /// <param name="group"></param> |
1836 | public void DeleteSceneObject(SceneObjectGroup group, bool silent) | 1836 | public void DeleteSceneObject(SceneObjectGroup group, bool silent) |