* Don't create ghost prim when rezzing objects from inventory
parent
3b9fb61bde
commit
622cd3db8b
|
@ -1583,7 +1583,8 @@ namespace OpenSim.Region.Environment.Scenes
|
|||
{
|
||||
group.ClearPartAttachmentData();
|
||||
}
|
||||
group.ApplyPhysics(m_physicalPrim);
|
||||
// Ghost prim if this is enabled!
|
||||
//group.ApplyPhysics(m_physicalPrim);
|
||||
}
|
||||
|
||||
group.StartScripts();
|
||||
|
|
Loading…
Reference in New Issue