* Bigisn ODE Stability update 2

This commit is contained in:
Teravus Ovares
2008-02-14 00:39:08 +00:00
parent 3588d89b2c
commit 0d14c47c28
4 changed files with 75 additions and 26 deletions

View File

@@ -1282,6 +1282,13 @@ namespace OpenSim.Region.Environment.Scenes
else
{
m_log.Warn("[INTERREGION]: Prim Crossing Failed!");
if (grp.RootPart != null)
{
if (grp.RootPart.PhysActor != null)
{
grp.RootPart.PhysActor.CrossingFailure();
}
}
}
}
}