* This should fix the phantom prim from attachments rezzing.
* fixes mantis #3896 * fixes mantis #3898trunk
parent
acea31518b
commit
ebb03e2aab
|
@ -2310,6 +2310,9 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
|
|
||||||
group.ResetIDs();
|
group.ResetIDs();
|
||||||
|
|
||||||
|
if (attachment)
|
||||||
|
group.RootPart.ObjectFlags |= (uint)PrimFlags.Phantom;
|
||||||
|
|
||||||
AddNewSceneObject(group, true);
|
AddNewSceneObject(group, true);
|
||||||
|
|
||||||
// m_log.InfoFormat("ray end point for inventory rezz is {0} {1} {2} ", RayEnd.X, RayEnd.Y, RayEnd.Z);
|
// m_log.InfoFormat("ray end point for inventory rezz is {0} {1} {2} ", RayEnd.X, RayEnd.Y, RayEnd.Z);
|
||||||
|
|
Loading…
Reference in New Issue