Skip to content

Commit

Permalink
Fix for moonsharp-devs#296 (prevent infinite loop)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joy-less committed Aug 15, 2023
1 parent 533e8b0 commit 3f9b650
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ protected static void LuaCall(LuaState L, lua_Integer nargs, lua_Integer nresult
while (copied < nresults)
{
L.Push(DynValue.Nil);
copied++;
}
}
}
Expand Down

0 comments on commit 3f9b650

Please sign in to comment.