extend phantom flag regression test to toggle back off

This commit is contained in:
Justin Clark-Casey (justincc)
2011-08-06 00:22:14 +01:00
parent c6c91e6599
commit cba40de109
2 changed files with 7 additions and 0 deletions

View File

@@ -4514,6 +4514,9 @@ namespace OpenSim.Region.Framework.Scenes
{
RemFlag(PrimFlags.Phantom);
if (ParentGroup.Scene == null)
return;
PhysicsActor pa = PhysActor;
if (pa == null)