Fixed traceback issue, improved animqueue primitives
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
// The error message is replaced with a traceback.
|
||||
//
|
||||
int traceback_coroutine(lua_State *L) {
|
||||
lua_checkstack(L, 20);
|
||||
int top = lua_gettop(L);
|
||||
|
||||
// Convert message to a string
|
||||
|
||||
Reference in New Issue
Block a user