|
@@ -48,11 +48,7 @@ class basic_registry {
|
|
|
static_assert(std::is_same_v<Component, std::decay_t<Component>>);
|
|
static_assert(std::is_same_v<Component, std::decay_t<Component>>);
|
|
|
std::size_t super{};
|
|
std::size_t super{};
|
|
|
|
|
|
|
|
- template<typename... Args>
|
|
|
|
|
- pool_handler(Args &&... args)
|
|
|
|
|
- : storage<Entity, Component>{std::forward<Args>(args)...},
|
|
|
|
|
- super{}
|
|
|
|
|
- {}
|
|
|
|
|
|
|
+ using storage<Entity, Component>::storage;
|
|
|
|
|
|
|
|
auto on_construct() ENTT_NOEXCEPT {
|
|
auto on_construct() ENTT_NOEXCEPT {
|
|
|
return sink{construction};
|
|
return sink{construction};
|