mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 05:45:37 +08:00
Allow temp-on-rez prims to take part in physics (e.g. temp-on-rez bullets)
This makes re-rezzed temp-on-rez objects visible, too. Fixes Mantis #3405
This commit is contained in:
@@ -1845,8 +1845,9 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
if (m_rootPart == null)
|
||||
return;
|
||||
|
||||
if ((RootPart.Flags & PrimFlags.TemporaryOnRez) != 0)
|
||||
return;
|
||||
// Even temporary objects take part in physics (e.g. temp-on-rez bullets)
|
||||
//if ((RootPart.Flags & PrimFlags.TemporaryOnRez) != 0)
|
||||
// return;
|
||||
|
||||
lock (m_parts)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user