fixed func ptr binding

This commit is contained in:
Madpwnhammer 2023-08-08 17:15:53 +03:00
parent 9d80229653
commit 12e4ca03e2
1 changed files with 1 additions and 1 deletions

View File

@ -456,7 +456,7 @@ Script_{{o.name|norm_name}}.Method_{{m.name}}.ReturnValue(frm, stack
{%- else -%}
{%- if type is instanceof('\\mtgMetaFunc') -%}
{{value}}.SetObj({{native}}, fld.Type)
{{value}}.SetObj({{native}}, Types.Any)
{%- endif -%}
{%- if type is instanceof('\\mtgArrType') -%}