lua::LuaState::createRunnable() fix
This commit is contained in:
parent
f2cdd3c4b6
commit
d1c61153c9
@ -395,7 +395,7 @@ runnable lua::LuaState::createRunnable() {
|
||||
return [=]() {
|
||||
lua_getglobal(L, LAMBDAS_TABLE.c_str());
|
||||
lua_getfield(L, -1, funcptr->c_str());
|
||||
lua_call(L, 0, LUA_MULTRET);
|
||||
callNoThrow(0);
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user