Skip to content

Commit 0763495

Browse files
authored
fix: nullptr hard set on actions (#157)
1 parent bf8fd97 commit 0763495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rt_entt_codegen/core/print_sys_exec.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ static auto print_execute_actions_template_specialization(
686686
action_id,
687687
{
688688
.registry_var_name = "registry",
689-
.parent_context_var_name = "nullptr",
689+
.parent_context_var_name = "parent_context",
690690
.action_var_name = "action",
691691
}
692692
);

0 commit comments

Comments
 (0)