Skip to content

Commit 5efe13d

Browse files
committed
fix: add missing system markers (#120)
1 parent 955cc28 commit 5efe13d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ecsact/entt/detail/apply_pending.hh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ auto apply_pending_add(::entt::registry& registry) -> void {
1818
registry.emplace<C>(entity, comp.value);
1919
registry
2020
.emplace<exec_beforechange_storage<C>>(entity, comp.value, false);
21+
add_system_markers_if_needed<C>(registry, entity);
2122
}
2223
);
2324
}

0 commit comments

Comments
 (0)