mantis 8854: fix the typos and rearrange code a bit. AGAIN PassTouches (and PassCollisions) are as old SL, not current

This commit is contained in:
UbitUmarov
2021-01-25 14:07:08 +00:00
parent dcbf89963b
commit a3a499d69e
3 changed files with 31 additions and 22 deletions

View File

@@ -5347,7 +5347,7 @@ namespace OpenSim.Region.Framework.Scenes
objectflagupdate |= (uint) PrimFlags.AllowInventoryDrop;
}
m_localFlags |= (PrimFlags)objectflagupdate;
m_localFlags = (PrimFlags)objectflagupdate;
if (ParentGroup != null && ParentGroup.RootPart == this)
{