mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Merge branch 'master' into careminster
Conflicts: OpenSim/Region/Framework/Scenes/Scene.cs
This commit is contained in:
@@ -951,7 +951,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
/// its existing localID and UUID.
|
||||
/// </summary>
|
||||
/// <param name='part'>Root part for this scene object.</param>
|
||||
public SceneObjectGroup(SceneObjectPart part)
|
||||
public SceneObjectGroup(SceneObjectPart part) : this()
|
||||
{
|
||||
SetRootPart(part);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user