and again

This commit is contained in:
2026-06-20 21:26:12 +03:00
parent 31ee3f5e58
commit ab4ab96339
2 changed files with 1 additions and 1 deletions
Binary file not shown.
+1 -1
View File
@@ -217,6 +217,6 @@ for _, sl in ipairs(other) do
end end
if radius * 2 + 2 > #slices + #other then if radius * 2 + 2 > #slices + #other then
terminal.write("\27[" .. radius * 2 + 2 .. "B") terminal.write("\27[" .. (radius * 2 + 2) .. "B")
end end
terminal.write("\n") terminal.write("\n")