mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Welcome back, love.thread.
This commit is contained in:
+1
-1
@@ -79,7 +79,7 @@ static const luaL_Reg modules[] = {
|
||||
{ "love.physics", love::physics::box2d::luaopen_love_physics },
|
||||
{ "love.sound", love::sound::luaopen_love_sound },
|
||||
{ "love.timer", love::timer::sdl::luaopen_love_timer },
|
||||
// { "love.thread", love::thread::sdl::luaopen_love_thread },
|
||||
{ "love.thread", love::thread::sdl::luaopen_love_thread },
|
||||
{ 0, 0 }
|
||||
};
|
||||
|
||||
|
||||
@@ -237,6 +237,7 @@ function love.init()
|
||||
audio = true,
|
||||
physics = true,
|
||||
sound = true,
|
||||
thread = true,
|
||||
},
|
||||
console = false, -- Only relevant for windows.
|
||||
}
|
||||
|
||||
+840
-839
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user