mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
some new code got in ahead of its time
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user