From 5f8a19750123ada94c4089511e386ece8973277e Mon Sep 17 00:00:00 2001 From: Kelwan Date: Thu, 7 Nov 2024 10:35:23 -0800 Subject: [PATCH] fix: nullptr hard set on actions --- rt_entt_codegen/core/print_sys_exec.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rt_entt_codegen/core/print_sys_exec.cc b/rt_entt_codegen/core/print_sys_exec.cc index 14640de..b00b66a 100644 --- a/rt_entt_codegen/core/print_sys_exec.cc +++ b/rt_entt_codegen/core/print_sys_exec.cc @@ -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", } );