some new code got in ahead of its time

This commit is contained in:
UbitUmarov
2018-02-03 20:50:06 +00:00
parent 42d07e283f
commit 73177f2afa

View File

@@ -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();