Switch love.timer.sleep to seconds

This commit is contained in:
Bart van Strien
2011-08-28 17:12:59 +02:00
parent 729cce93cd
commit 3d1fac07b2
5 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -350,7 +350,7 @@ function love.run()
end
end
if love.timer then love.timer.sleep(1) end
if love.timer then love.timer.sleep(0.001) end
if love.graphics then love.graphics.present() end
end