From 743f192d853782e561a3c41e838c07ccda9e7c5f Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Mon, 23 Aug 2021 04:30:43 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=99=9060fps=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=EF=BC=8C=E8=AE=A9=E5=87=BA=E6=97=B6=E9=97=B4=E6=9B=B4?= =?UTF-8?q?=E6=8E=A5=E8=BF=91=E4=B8=80=E5=B8=A7?= 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 df321e69..d507ffce 100644 --- a/Zframework/init.lua +++ b/Zframework/init.lua @@ -732,7 +732,7 @@ function love.run() --Keep 60fps _=TIME()-lastFrame - if _<.016 then WAIT(.016-_)end + if _<.0162 then WAIT(.0162-_)end while TIME()-lastFrame<1/60 do end end end \ No newline at end of file