Merge pull request #4 from hahawoo/master

Uses lick.sleepTime
This commit is contained in:
headchant 2012-11-08 13:45:59 -08:00
commit e2f900bb5d

View File

@ -126,9 +126,9 @@ 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
return lick
return lick