mirror of
https://github.com/love2d/love.git
synced 2026-08-14 10:13:46 +02:00
Switch love.timer.sleep to seconds
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user