parent
002cff1c2e
commit
67bc55e780
encompass-cs/Collections
|
@ -113,6 +113,10 @@ namespace Encompass
|
|||
|
||||
public override void Clear()
|
||||
{
|
||||
foreach (var index in _indices)
|
||||
{
|
||||
_idManager.Free(index);
|
||||
}
|
||||
_indices.Clear();
|
||||
foreach (var set in _entityToIndices.Values)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue