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