mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
couple of small fixes.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user