* This should fix the phantom prim from attachments rezzing.

* fixes mantis #3896
* fixes mantis #3898
trunk
Teravus Ovares 2009-07-17 17:53:22 +00:00
parent acea31518b
commit ebb03e2aab
1 changed files with 3 additions and 0 deletions

View File

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