hashsets cant set capacity lol
parent
c11b5720b7
commit
8a676b3e4b
|
@ -9,7 +9,7 @@ namespace Encompass
|
|||
{
|
||||
private readonly Dictionary<Guid, Entity> IDToEntity = new Dictionary<Guid, Entity>(1024);
|
||||
|
||||
private readonly HashSet<Entity> entitiesMarkedForDestroy = new HashSet<Entity>(256);
|
||||
private readonly HashSet<Entity> entitiesMarkedForDestroy = new HashSet<Entity>();
|
||||
|
||||
private readonly ComponentManager componentManager;
|
||||
|
||||
|
|
Loading…
Reference in New Issue