diff --git a/encompass-cs/EntityManager.cs b/encompass-cs/EntityManager.cs index 2d33f31..0d89fa3 100644 --- a/encompass-cs/EntityManager.cs +++ b/encompass-cs/EntityManager.cs @@ -9,7 +9,7 @@ namespace Encompass { private readonly Dictionary IDToEntity = new Dictionary(1024); - private readonly HashSet entitiesMarkedForDestroy = new HashSet(256); + private readonly HashSet entitiesMarkedForDestroy = new HashSet(); private readonly ComponentManager componentManager;