Skip to content

Commit

Permalink
Merge branch 'pr-2286'
Browse files Browse the repository at this point in the history
  • Loading branch information
nihonium-cfx committed Dec 5, 2023
2 parents 84ba893 + 3f9b239 commit 1c9ee67
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1299,7 +1299,7 @@ struct LuaNativeContext : public fxNativeContext
{
LUA_INLINE LuaNativeContext(void*, int numArguments)
{
numArguments = numArguments;
this->numArguments = numArguments;
numResults = 0;
}

Expand Down

0 comments on commit 1c9ee67

Please sign in to comment.