mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Restore SOG constructor chaining removed in recent 513b77b. This is not a functional change.
This commit is contained in:
@@ -650,7 +650,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