We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e0c314 commit 614f51cCopy full SHA for 614f51c
ecsact/entt/detail/apply_pending.hh
@@ -17,6 +17,7 @@ auto apply_pending_add(::entt::registry& registry) -> void {
17
[&](auto entity, const pending_add<C>& comp) {
18
registry.emplace<C>(entity, comp.value);
19
registry.emplace<beforechange_storage<C>>(entity, comp.value, false);
20
+ add_system_markers_if_needed<C>(registry, entity);
21
}
22
);
23
0 commit comments