diff options
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Animation/ScenePresenceAnimator.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Animation/ScenePresenceAnimator.cs b/OpenSim/Region/Framework/Scenes/Animation/ScenePresenceAnimator.cs index bbd445d..a459ffa 100644 --- a/OpenSim/Region/Framework/Scenes/Animation/ScenePresenceAnimator.cs +++ b/OpenSim/Region/Framework/Scenes/Animation/ScenePresenceAnimator.cs | |||
@@ -445,9 +445,9 @@ namespace OpenSim.Region.Framework.Scenes.Animation | |||
445 | } | 445 | } |
446 | 446 | ||
447 | public void Close() | 447 | public void Close() |
448 | { | 448 | { |
449 | m_animations = null; | 449 | m_animations = null; |
450 | m_scenePresence = null; | 450 | m_scenePresence = null; |
451 | } | 451 | } |
452 | } | 452 | } |
453 | } \ No newline at end of file | 453 | } \ No newline at end of file |