From e8650525b25119c2dfc9e7ec352a74b4a2238182 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Fri, 9 Apr 2021 22:07:54 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=B8=BB=E7=BA=BF=E7=A8=8B?= =?UTF-8?q?=E4=B8=8D=E5=90=8C=E6=A8=A1=E5=9D=97=E5=88=B7=E6=96=B0=E9=A1=BA?= =?UTF-8?q?=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Zframework/init.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Zframework/init.lua b/Zframework/init.lua index efa82bbc..7aeb8df9 100644 --- a/Zframework/init.lua +++ b/Zframework/init.lua @@ -504,15 +504,15 @@ function love.run() --UPDATE STEP() TASK.update() + WS.update(dt) VOC.update() BG.update(dt) SYSFX.update(dt) - TEXT.update() + WIDGET.update()--Widgets animation if SCN.update then SCN.update(dt)end--Scene Updater if SCN.swapping then SCN.swapUpdate()end--Scene swapping animation - WIDGET.update()--Widgets animation + TEXT.update() LOG.update() - WS.update(dt) --DRAW if not MINI()then