mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +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,
|
audio = true,
|
||||||
physics = true,
|
physics = true,
|
||||||
sound = true,
|
sound = true,
|
||||||
|
thread = true,
|
||||||
},
|
},
|
||||||
console = false, -- Only relevant for windows.
|
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