From e0360cc7ebaedbd354f5b1eb3db4bb1be7f67473 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Mon, 29 Nov 2021 03:57:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E4=B8=80=E5=A4=84=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E6=9B=B4=E6=96=B0=E9=94=99=E8=AF=AF=EF=BC=88=E5=82=BB?= =?UTF-8?q?=E4=BA=86=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Zframework/init.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Zframework/init.lua b/Zframework/init.lua index 7005703e..486bd63d 100644 --- a/Zframework/init.lua +++ b/Zframework/init.lua @@ -645,7 +645,6 @@ function love.run() local TASK_update=TASK.update local SYSFX_update,SYSFX_draw=SYSFX.update,SYSFX.draw local WIDGET_update,WIDGET_draw=WIDGET.update,WIDGET.draw - local VOC_update,BG_update=VOC.update,BG.update local STEP,WAIT=love.timer.step,love.timer.sleep local FPS,MINI=love.timer.getFPS,love.window.isMinimized local PUMP,POLL=love.event.pump,love.event.poll @@ -686,8 +685,8 @@ function love.run() STEP() if mouseShow then mouse_update(dt)end if next(jsState)then gp_update(jsState[1],dt)end - VOC_update() - BG_update(dt) + VOC.update() + BG.update(dt) TEXT_update(dt) MES_update(dt) WS_update(dt)