enable thread lib

This commit is contained in:
Particle_G
2020-11-27 12:17:01 +08:00
committed by MrZ626
parent ba7168edd4
commit 114c348039

View File

@@ -35,5 +35,5 @@ function love.conf(t)
M.math,M.data=true,true
M.timer,M.graphics,M.font,M.image=true,true,true,true
M.mouse,M.touch,M.keyboard,M.joystick=true,true,true,true
M.physics,M.thread,M.video=false,false,false
M.physics,M.thread,M.video=false,true,false
end