File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -374,8 +374,7 @@ inline auto clear_component(ecsact_registry_id registry_id) -> void {
374
374
}
375
375
376
376
template <typename C>
377
- inline auto init_registry_with_component (ecsact_registry_id registry_id
378
- ) -> void {
377
+ inline auto prepare_component (ecsact_registry_id registry_id) -> void {
379
378
using namespace ecsact ::entt;
380
379
381
380
auto & reg = ecsact::entt::get_registry (registry_id);
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ auto ecsact::rt_entt_codegen::core::print_init_registry_storage(
20
20
auto cpp_comp_name = cpp_identifier (decl_full_name (comp_id));
21
21
22
22
ctx.write (
23
- " ecsact::entt::wrapper::core::init_registry_with_component <" ,
23
+ " ecsact::entt::wrapper::core::prepare_component <" ,
24
24
cpp_comp_name,
25
25
" >(registry_id)"
26
26
);
You can’t perform that action at this time.
0 commit comments