Uses lick.sleepTime

This commit is contained in:
Santos 2012-10-20 16:23:24 +11:00
parent dbd468b1ee
commit d49b8405e2

View File

@ -126,7 +126,7 @@ function love.run()
if draw then draw() end
end
if love.timer then love.timer.sleep(0.001) end
if love.timer then love.timer.sleep(lick.sleepTime) end
if love.graphics then love.graphics.present() end
end
end