From 2af3f15997712e7d35065a0383056de3716daf66 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Tue, 13 Jul 2021 00:34:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Ddas=E4=B8=BA0=E6=97=B6?= =?UTF-8?q?=E9=A2=84=E8=A7=88=E5=8A=A8=E7=94=BB=E4=B8=8D=E6=AD=A3=E7=A1=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/setting_control.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/scenes/setting_control.lua b/parts/scenes/setting_control.lua index 78f59972..ca506906 100644 --- a/parts/scenes/setting_control.lua +++ b/parts/scenes/setting_control.lua @@ -15,7 +15,7 @@ function scene.update() if wait>0 then wait=wait-1 if wait==0 then - pos=pos+dir + pos=pos+(das==0 and 2 or 1)*dir else return end