Uses lick.sleepTime

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

View File

@ -126,9 +126,9 @@ function love.run()
if draw then draw() end if draw then draw() end
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 if love.graphics then love.graphics.present() end
end end
end end
return lick return lick