aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorubit2012-08-03 21:20:52 +0200
committerubit2012-08-03 21:20:52 +0200
commit03eb2d6bf4098fb93665d82de0de8c03ea7bf323 (patch)
treee3d760c861478161c1b28e1b93729104b3b4e6be /OpenSim
parentMerge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork (diff)
parent on presence close(), release animator and OnRegionHeartbeatEnd event (diff)
downloadopensim-SC_OLD-03eb2d6bf4098fb93665d82de0de8c03ea7bf323.zip
opensim-SC_OLD-03eb2d6bf4098fb93665d82de0de8c03ea7bf323.tar.gz
opensim-SC_OLD-03eb2d6bf4098fb93665d82de0de8c03ea7bf323.tar.bz2
opensim-SC_OLD-03eb2d6bf4098fb93665d82de0de8c03ea7bf323.tar.xz
Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/Framework/Scenes/ScenePresence.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
index 4d3ab51..47b2ead 100644
--- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
@@ -3585,6 +3585,13 @@ namespace OpenSim.Region.Framework.Scenes
3585 // m_reprioritizationTimer.Dispose(); 3585 // m_reprioritizationTimer.Dispose();
3586 3586
3587 RemoveFromPhysicalScene(); 3587 RemoveFromPhysicalScene();
3588
3589 m_scene.EventManager.OnRegionHeartbeatEnd -= RegionHeartbeatEnd;
3590
3591// if (Animator != null)
3592// Animator.Close();
3593 Animator = null;
3594
3588 } 3595 }
3589 3596
3590 public void AddAttachment(SceneObjectGroup gobj) 3597 public void AddAttachment(SceneObjectGroup gobj)