Restore SOG constructor chaining removed in recent 513b77b
. This is not a functional change.
parent
faffe2f2f9
commit
5914270ff1
|
@ -650,7 +650,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
/// its existing localID and UUID.
|
/// its existing localID and UUID.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name='part'>Root part for this scene object.</param>
|
/// <param name='part'>Root part for this scene object.</param>
|
||||||
public SceneObjectGroup(SceneObjectPart part)
|
public SceneObjectGroup(SceneObjectPart part) : this()
|
||||||
{
|
{
|
||||||
SetRootPart(part);
|
SetRootPart(part);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue