Skip to content

Commit 903c024

Browse files
committed
fix: no double add
1 parent 614f51c commit 903c024

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ecsact/entt/wrapper/dynamic.hh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ auto context_generate_add(
188188

189189
const auto& component = *static_cast<const C*>(component_data);
190190
registry.template emplace<pending_add<C>>(entity, component);
191-
detail::add_system_markers_if_needed<C>(registry, entity);
192191
}
193192

194193
} // namespace ecsact::entt::wrapper::dynamic

0 commit comments

Comments
 (0)