From a66e20ec4d5a1206093c9504badd2df81a4b6853 Mon Sep 17 00:00:00 2001 From: wrenge Date: Fri, 23 Jun 2023 17:44:46 +0300 Subject: [PATCH] fixed interface not using 'bhl_native_class' --- tpl/macro.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tpl/macro.twig b/tpl/macro.twig index 6f004b7..21d7f7d 100644 --- a/tpl/macro.twig +++ b/tpl/macro.twig @@ -705,7 +705,7 @@ Script_{{o.name|norm_name}}.Method_{{m.name}}.ReturnValue(frm, stack var ifs = new InterfaceSymbolNative(new Origin(), "{{o.name|ns_last}}", null {% for m in o.getfuncs %} - , {{ _self.func_native(m, '(('~o.name~')stack.PopRelease()._obj).') }} + , {{ _self.func_native(m, '(('~token_or(o, 'bhl_native_class', o.name)~')stack.PopRelease()._obj).') }} {% endfor %} );