From 2bf2128d0746e33873369916e4b49434d55c89b7 Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Fri, 21 Jul 2023 14:43:54 -0700 Subject: [PATCH] remove unused reference to TemplateComponentDepot --- src/EntityComponentReader.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/EntityComponentReader.cs b/src/EntityComponentReader.cs index b669043..88e34a6 100644 --- a/src/EntityComponentReader.cs +++ b/src/EntityComponentReader.cs @@ -13,7 +13,6 @@ namespace MoonTools.ECS internal FilterStorage FilterStorage => World.FilterStorage; internal TypeIndices ComponentTypeIndices => World.ComponentTypeIndices; internal TypeIndices RelationTypeIndices => World.RelationTypeIndices; - internal ComponentDepot TemplateComponentDepot => World.TemplateComponentDepot; public EntityComponentReader(World world) {