Skip to content

Commit

Permalink
fix: nullptr hard set on actions (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelwan authored Nov 8, 2024
1 parent bf8fd97 commit 0763495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rt_entt_codegen/core/print_sys_exec.cc
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ static auto print_execute_actions_template_specialization(
action_id,
{
.registry_var_name = "registry",
.parent_context_var_name = "nullptr",
.parent_context_var_name = "parent_context",
.action_var_name = "action",
}
);
Expand Down

0 comments on commit 0763495

Please sign in to comment.