Restore SOG constructor chaining removed in recent 513b77b. This is not a functional change.

0.7.4.1
Justin Clark-Casey (justincc) 2012-08-03 22:15:06 +01:00
parent faffe2f2f9
commit 5914270ff1
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}