diff options
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index a068aab..4940063 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -3570,7 +3570,8 @@ namespace OpenSim.Region.Framework.Scenes | |||
3570 | // m_reprioritizationTimer.Dispose(); | 3570 | // m_reprioritizationTimer.Dispose(); |
3571 | 3571 | ||
3572 | RemoveFromPhysicalScene(); | 3572 | RemoveFromPhysicalScene(); |
3573 | Animator.Close(); | 3573 | if(Animator != null) |
3574 | Animator.Close(); | ||
3574 | Animator = null; | 3575 | Animator = null; |
3575 | } | 3576 | } |
3576 | 3577 | ||