From 4e0607b09c39cdfabe092c611d44b62dac66326b Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Mon, 27 Sep 2021 16:53:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=BE=E5=AE=BDdtw=E8=A1=97=E6=9C=BA?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E5=88=9D=E5=A7=8B=E9=80=9F=E5=BA=A6=E8=8C=83?= =?UTF-8?q?=E5=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/app_dtw.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/scenes/app_dtw.lua b/parts/scenes/app_dtw.lua index 1f3c73d4..1dbb4a0f 100644 --- a/parts/scenes/app_dtw.lua +++ b/parts/scenes/app_dtw.lua @@ -185,7 +185,7 @@ function reset() if type(t)=='string'then t=t:lower():match("^s=(%d+)$") t=t and tonumber(t)and tonumber(t)*2 - t=t and tonumber(t)>6.26 and tonumber(t)<=20 and t + t=t and tonumber(t)>=0 and tonumber(t)<=60 and t end rollSpeed=type(t)=='number'and t or 6.26