mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user