@@ -15,7 +15,6 @@
* document undocumented parts (entt::overload and a few others)
* any-of rule for views/groups (eg entity has A and any of B/C/D)
- get -> all, exclude -> none
-* review prepare after clone and the others have been removed
Next:
* replace observer class with observer functions
@@ -219,7 +219,6 @@ public:
*/
template<typename Component>
void prepare() {
- ENTT_ASSERT(std::none_of(pools.cbegin(), pools.cend(), [](auto &&pdata) { return pdata.type_id == type_info<Component>::id(); }));
assure<Component>();
}