文本修改

This commit is contained in:
MrZ_26
2020-07-28 01:36:56 +08:00
parent 71960756d1
commit bd619fc4f4
4 changed files with 22 additions and 9 deletions

View File

@@ -1120,7 +1120,7 @@ function love.run()
end
--Keep 60fps
if FPS()>60 then
if FPS()>61 then
WAIT(1/60+lastFrame-Timer())
end