From 5c073257b7e9dca478c1ff1b160282c1b8fef65b Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Thu, 10 Dec 2020 12:55:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83mod=E6=8C=A1=E4=BD=8D?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/mod.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/scenes/mod.lua b/parts/scenes/mod.lua index b9f8c3b8..8602196d 100644 --- a/parts/scenes/mod.lua +++ b/parts/scenes/mod.lua @@ -138,7 +138,7 @@ function scene.draw() if M.list then gc.setColor(1,1,1,t*6) - gc.arc("line","open",0,0,rad+6,0,(M.sel/#M.list)*t*62.832) + gc.arc("line","open",0,0,rad+6,0,(M.sel/#M.list)*6.2832) end gc.pop() end