diff options
Diffstat (limited to 'src/crepe/manager/ComponentManager.h')
-rw-r--r-- | src/crepe/manager/ComponentManager.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crepe/manager/ComponentManager.h b/src/crepe/manager/ComponentManager.h index 94fd94f..dd7c154 100644 --- a/src/crepe/manager/ComponentManager.h +++ b/src/crepe/manager/ComponentManager.h @@ -143,7 +143,6 @@ public: RefVector<T> get_components_by_tag(const std::string & tag) const; struct SnapshotComponent { - by_type<by_id_index<std::vector<std::unique_ptr<Component>>>> components; Component component; }; struct Snapshot { |