* Support loading empty folders in an iar

This commit is contained in:
Justin Clarke Casey
2009-03-13 20:46:53 +00:00
parent 6573e2ee2f
commit c04e7cdf2b
6 changed files with 115 additions and 94 deletions

View File

@@ -65,6 +65,7 @@ namespace OpenSim.Framework
if (m_pqueue.Count > 0)
return m_pqueue.Dequeue();
return m_queue.Dequeue();
}
}