mirror of
https://github.com/love2d/love.git
synced 2026-08-15 07:41:11 +02:00
Added love.thread to the require list in boot.lua
This commit is contained in:
@@ -237,6 +237,7 @@ function love.init()
|
||||
audio = true,
|
||||
physics = true,
|
||||
sound = true,
|
||||
thread = true,
|
||||
},
|
||||
console = false, -- Only relevant for windows.
|
||||
}
|
||||
|
||||
+800
-799
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user