Merge
parent
f50538c81a
commit
585f1b189f
|
@ -577,8 +577,6 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
m_lastIncoming = 0;
|
m_lastIncoming = 0;
|
||||||
m_lastOutgoing = 0;
|
m_lastOutgoing = 0;
|
||||||
|
|
||||||
m_physicalPrim = physicalPrim;
|
|
||||||
|
|
||||||
m_seeIntoRegionFromNeighbor = SeeIntoRegionFromNeighbor;
|
m_seeIntoRegionFromNeighbor = SeeIntoRegionFromNeighbor;
|
||||||
|
|
||||||
m_asyncSceneObjectDeleter = new AsyncSceneObjectGroupDeleter(this);
|
m_asyncSceneObjectDeleter = new AsyncSceneObjectGroupDeleter(this);
|
||||||
|
|
|
@ -1267,7 +1267,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
|
|
||||||
m_rootPart.SetParentLocalId(0);
|
m_rootPart.SetParentLocalId(0);
|
||||||
AttachmentPoint = (byte)0;
|
AttachmentPoint = (byte)0;
|
||||||
m_rootPart.ApplyPhysics(m_rootPart.GetEffectiveObjectFlags(), m_rootPart.VolumeDetectActive, m_scene.m_physicalPrim);
|
m_rootPart.ApplyPhysics(m_rootPart.GetEffectiveObjectFlags(), m_rootPart.VolumeDetectActive);
|
||||||
HasGroupChanged = true;
|
HasGroupChanged = true;
|
||||||
RootPart.Rezzed = DateTime.Now;
|
RootPart.Rezzed = DateTime.Now;
|
||||||
RootPart.RemFlag(PrimFlags.TemporaryOnRez);
|
RootPart.RemFlag(PrimFlags.TemporaryOnRez);
|
||||||
|
|
Loading…
Reference in New Issue