diff --git a/encompass-cs/Collections/ComponentStore.cs b/encompass-cs/Collections/ComponentStore.cs index dbe1a95..aee17e8 100644 --- a/encompass-cs/Collections/ComponentStore.cs +++ b/encompass-cs/Collections/ComponentStore.cs @@ -33,7 +33,6 @@ namespace Encompass private TypedComponentStore Lookup() where TComponent : struct, IComponent { - if (!Stores.ContainsKey(typeof(TComponent))) { RegisterComponentType(); } return Stores[typeof(TComponent)] as TypedComponentStore; }