Fixed traceback issue, improved animqueue primitives

This commit is contained in:
2021-06-03 13:29:19 -04:00
parent 427c82ea8b
commit 5b19d407fb
7 changed files with 79 additions and 91 deletions

View File

@@ -22,8 +22,8 @@ int traceback_coroutine(lua_State *L);
// traceback_pcall
//
// same as lua_pcall, except that it automatically supplies traceback_handler as
// a message handler.
// same as lua_pcall, except that it automatically supplies
// traceback_coroutine as a message handler.
//
int traceback_pcall(lua_State *L, int narg, int nret);