diff --git a/tpl/macro.twig b/tpl/macro.twig index 925950b..0a22106 100644 --- a/tpl/macro.twig +++ b/tpl/macro.twig @@ -726,7 +726,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; }