Merge branch 'master' of ssh://opensimulator.org/var/git/opensim

This commit is contained in:
John Hurliman
2009-10-30 13:18:38 -07:00

View File

@@ -110,8 +110,11 @@ namespace OpenSim.Client.MXP
public void Close()
{
m_shutdown = true;
lock (m_ticker)
m_ticker.Stop();
if (m_ticker != null)
{
lock (m_ticker)
m_ticker.Stop();
}
}
public string Name