diff options
author | Melanie | 2009-12-02 00:36:53 +0000 |
---|---|---|
committer | Melanie | 2009-12-02 00:36:53 +0000 |
commit | ded16d35299b068c03c9b241e54ea5e7e7942308 (patch) | |
tree | 56e164bf2b4c53f0285824210281708a160495c7 /OpenSim/Region/Framework/Scenes/Animation | |
parent | Enforce physical prim max size on single prims. (diff) | |
parent | * Test Autoconvert line ending on my repo.. (diff) | |
download | opensim-SC_OLD-ded16d35299b068c03c9b241e54ea5e7e7942308.zip opensim-SC_OLD-ded16d35299b068c03c9b241e54ea5e7e7942308.tar.gz opensim-SC_OLD-ded16d35299b068c03c9b241e54ea5e7e7942308.tar.bz2 opensim-SC_OLD-ded16d35299b068c03c9b241e54ea5e7e7942308.tar.xz |
Merge branch 'master' into careminster
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Animation')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Animation/ScenePresenceAnimator.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Animation/ScenePresenceAnimator.cs b/OpenSim/Region/Framework/Scenes/Animation/ScenePresenceAnimator.cs index b031f61..50624a1 100644 --- a/OpenSim/Region/Framework/Scenes/Animation/ScenePresenceAnimator.cs +++ b/OpenSim/Region/Framework/Scenes/Animation/ScenePresenceAnimator.cs | |||
@@ -448,5 +448,11 @@ namespace OpenSim.Region.Framework.Scenes.Animation | |||
448 | 448 | ||
449 | SendAnimPack(animIDs, sequenceNums, objectIDs); | 449 | SendAnimPack(animIDs, sequenceNums, objectIDs); |
450 | } | 450 | } |
451 | |||
452 | public void Close() | ||
453 | { | ||
454 | m_animations = null; | ||
455 | m_scenePresence = null; | ||
456 | } | ||
451 | } | 457 | } |
452 | } | 458 | } |