diff options
author | Justin Clark-Casey (justincc) | 2010-02-16 14:36:08 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-02-16 14:36:08 +0000 |
commit | 052f2b3e275b60777c51ca0274f33abce869c55d (patch) | |
tree | a42df99e94f411822c8f889fcd944af72b333874 /OpenSim/Region/Framework/Scenes/SceneBase.cs | |
parent | minor: update CONTRIBUTORS.txt (diff) | |
download | opensim-SC-052f2b3e275b60777c51ca0274f33abce869c55d.zip opensim-SC-052f2b3e275b60777c51ca0274f33abce869c55d.tar.gz opensim-SC-052f2b3e275b60777c51ca0274f33abce869c55d.tar.bz2 opensim-SC-052f2b3e275b60777c51ca0274f33abce869c55d.tar.xz |
minor: Make SOG.DelinkFromGroup() return the newly delinked scene object instead of void
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneBase.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneBase.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneBase.cs b/OpenSim/Region/Framework/Scenes/SceneBase.cs index 1547f9a..5e798c0 100644 --- a/OpenSim/Region/Framework/Scenes/SceneBase.cs +++ b/OpenSim/Region/Framework/Scenes/SceneBase.cs | |||
@@ -262,7 +262,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
262 | /// Returns a new unallocated local ID | 262 | /// Returns a new unallocated local ID |
263 | /// </summary> | 263 | /// </summary> |
264 | /// <returns>A brand new local ID</returns> | 264 | /// <returns>A brand new local ID</returns> |
265 | protected internal uint AllocateLocalId() | 265 | public uint AllocateLocalId() |
266 | { | 266 | { |
267 | uint myID; | 267 | uint myID; |
268 | 268 | ||