mirror of
https://github.com/love2d/love.git
synced 2026-08-14 01:20:56 +02:00
Globals?! When did Bartbes the Sex Machine abandon reason for MADNESS?
This commit is contained in:
@@ -42,9 +42,6 @@ namespace sdl
|
||||
luaopen_love(L);
|
||||
#endif // LOVE_BUILD_STANDALONE
|
||||
luaopen_love_thread(L);
|
||||
lua_pushstring(L, comm->getName());
|
||||
luax_convobj(L, lua_gettop(L), "thread", "getThread");
|
||||
lua_setglobal(L, "thread");
|
||||
if(luaL_dostring(L, comm->getCode()) == 1)
|
||||
{
|
||||
ThreadVariant *v = new ThreadVariant(lua_tostring(L, -1));
|
||||
|
||||
Reference in New Issue
Block a user