some new code got in ahead of its time
parent
42d07e283f
commit
73177f2afa
|
@ -626,8 +626,10 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
|||
ImageManager.Close();
|
||||
ImageManager = null;
|
||||
|
||||
m_entityUpdates.Close();
|
||||
m_entityProps.Close();
|
||||
// m_entityUpdates.Close();
|
||||
// m_entityProps.Close();
|
||||
m_entityUpdates = new PriorityQueue(1);
|
||||
m_entityProps = new PriorityQueue(1);
|
||||
m_killRecord.Clear();
|
||||
GroupsInView.Clear();
|
||||
|
||||
|
|
Loading…
Reference in New Issue