diff --git a/tpl/macro.twig b/tpl/macro.twig index e048f7b..6f004b7 100644 --- a/tpl/macro.twig +++ b/tpl/macro.twig @@ -742,7 +742,7 @@ Script_{{o.name|norm_name}}.Method_{{m.name}}.ReturnValue(frm, stack EcsEntity e = default; stack.PopRelease().Decode(ref e); - e.Del<{{o.name}}>(); + e.Del(); return null; }