mirror of
https://github.com/love2d/love.git
synced 2026-08-19 20:19:42 +02:00
Some fixes for the new threading backends
This commit is contained in:
@@ -35,10 +35,10 @@ namespace thread
|
||||
Thread::ThreadThread::ThreadThread(ThreadData* comm)
|
||||
: comm(comm)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void Thread::ThreadThread::main() {
|
||||
void Thread::ThreadThread::main()
|
||||
{
|
||||
lua_State * L = lua_open();
|
||||
luaL_openlibs(L);
|
||||
#ifdef LOVE_BUILD_STANDALONE
|
||||
|
||||
Reference in New Issue
Block a user