Added love.thread to the require list in boot.lua

This commit is contained in:
bart@bartbes.ath.cx
2010-02-16 16:05:24 +01:00
parent 75f651c84b
commit ae4e8ff0ea
2 changed files with 801 additions and 799 deletions
+1
View File
@@ -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
View File
File diff suppressed because it is too large Load Diff