couple of small fixes.

afrisby
MW 2007-12-12 17:15:37 +00:00
parent da7fd71fa2
commit 8a2a6ad761
2 changed files with 38 additions and 38 deletions

View File

@ -238,14 +238,14 @@ namespace OpenSim.Region.Environment.Scenes
public SceneObjectGroup(Scene scene, ulong regionHandle, SceneObjectPart part)
{
m_scene = scene;
m_regionHandle = regionHandle;
part.SetParent(this);
part.ParentID = 0;
m_parts.Add(part.UUID, part);
SetPartAsRoot(part);
RegionHandle = regionHandle;
AttachToBackup();
ApplyPhysics();