diff options
author | Diva Canto | 2011-05-02 11:56:40 -0700 |
---|---|---|
committer | Diva Canto | 2011-05-02 11:56:40 -0700 |
commit | aba9ffdbd008920f94cfbd7d4ff4a0fa92e92321 (patch) | |
tree | 2b5f6db1fcdb88e7492ba9d698dc45c844534cf3 /OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs | |
parent | Works! (diff) | |
download | opensim-SC-aba9ffdbd008920f94cfbd7d4ff4a0fa92e92321.zip opensim-SC-aba9ffdbd008920f94cfbd7d4ff4a0fa92e92321.tar.gz opensim-SC-aba9ffdbd008920f94cfbd7d4ff4a0fa92e92321.tar.bz2 opensim-SC-aba9ffdbd008920f94cfbd7d4ff4a0fa92e92321.tar.xz |
Refactored the GetMesh module into a handler and a module, to be the same as GetTexture.
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs index d697f5e..564ef31 100644 --- a/OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs +++ b/OpenSim/Region/ClientStack/Linden/Caps/GetTextureModule.cs | |||
@@ -90,6 +90,8 @@ namespace OpenSim.Region.ClientStack.Linden | |||
90 | 90 | ||
91 | public void RemoveRegion(Scene s) | 91 | public void RemoveRegion(Scene s) |
92 | { | 92 | { |
93 | m_scene.EventManager.OnRegisterCaps -= RegisterCaps; | ||
94 | m_scene = null; | ||
93 | } | 95 | } |
94 | 96 | ||
95 | public void RegionLoaded(Scene s) | 97 | public void RegionLoaded(Scene s) |