diff --git a/Zframework/init.lua b/Zframework/init.lua index 31f24a0b..df321e69 100644 --- a/Zframework/init.lua +++ b/Zframework/init.lua @@ -733,6 +733,6 @@ function love.run() --Keep 60fps _=TIME()-lastFrame if _<.016 then WAIT(.016-_)end - while TIME()-lastFrame<1/60-5e-6 do WAIT(0)end + while TIME()-lastFrame<1/60 do end end end \ No newline at end of file