Skip to content

Commit

Permalink
update NativeFunctionBase::Call id
Browse files Browse the repository at this point in the history
  • Loading branch information
shad0wshayd3 committed May 29, 2024
1 parent 7cd49c8 commit a638b39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ namespace RE
CallResult Call(const BSTSmartPointer<Stack>& a_stack, ErrorLogger& a_errorLogger, Internal::VirtualMachine& a_vm, bool a_inScriptTasklet) const override // 0F
{
using func_t = decltype(&NativeFunctionBase::Call);
REL::Relocation<func_t> func{ REL::ID(571037) };
REL::Relocation<func_t> func{ REL::ID(2314780) };
return func(this, a_stack, a_errorLogger, a_vm, a_inScriptTasklet);
}

Expand Down

0 comments on commit a638b39

Please sign in to comment.