this should fix 443 and compile!

afrisby
dan miller 2007-09-27 23:11:41 +00:00
parent 129d266867
commit 77a185f4ad
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ namespace OpenSim.Region.Environment.Scenes
private void RemoveFromPhysicalScene() private void RemoveFromPhysicalScene()
{ {
if (this.PhysicsActor) if (this.PhysicsActor != null)
{ {
m_scene.PhysScene.RemoveAvatar(this.PhysicsActor); m_scene.PhysScene.RemoveAvatar(this.PhysicsActor);
this.PhysicsActor = null; this.PhysicsActor = null;