Refactored the GetMesh module into a handler and a module, to be the same as GetTexture.

This commit is contained in:
Diva Canto
2011-05-02 11:56:40 -07:00
parent 10180760b7
commit aba9ffdbd0
6 changed files with 261 additions and 112 deletions

View File

@@ -90,6 +90,8 @@ namespace OpenSim.Region.ClientStack.Linden
public void RemoveRegion(Scene s)
{
m_scene.EventManager.OnRegisterCaps -= RegisterCaps;
m_scene = null;
}
public void RegionLoaded(Scene s)