this should fix mantis #443
parent
863195612b
commit
129d266867
|
@ -351,10 +351,13 @@ namespace OpenSim.Region.Environment.Scenes
|
|||
}
|
||||
|
||||
private void RemoveFromPhysicalScene()
|
||||
{
|
||||
if (this.PhysicsActor)
|
||||
{
|
||||
m_scene.PhysScene.RemoveAvatar(this.PhysicsActor);
|
||||
this.PhysicsActor = null;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue