把几个pi常量换回数字(性能原因)

This commit is contained in:
MrZ_26
2023-10-06 03:40:28 +08:00
parent 3cd6f3d726
commit 2208a0fca0
3 changed files with 4 additions and 4 deletions

View File

@@ -135,7 +135,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)*MATH.tau)
GC.arc('line','open',0,0,rad+6,0,(M.sel/#M.list)*6.2832)
end
GC.pop()
end