From 03edb20265140a7849bbbb559c888d7fd6737376 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Sat, 21 Aug 2021 21:16:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BB=E5=BE=AA=E7=8E=AF?= =?UTF-8?q?=E5=B8=A7=E7=8E=87=E6=8E=A7=E5=88=B6=E4=BB=A3=E7=A0=81=EF=BC=8C?= =?UTF-8?q?=E5=B0=9D=E8=AF=95=E4=BF=AE=E5=A4=8Dlove=E7=9A=84wait(0)?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E9=83=A8=E5=88=86=E8=AE=BE=E5=A4=87=E7=9A=84?= =?UTF-8?q?=E5=B7=A8=E5=A4=A7=E8=AF=AF=E5=B7=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Zframework/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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