summaryrefslogtreecommitdiff
path: root/pride.lua
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2022-12-31 03:17:07 +0000
committerubq323 <ubq323@ubq323.website>2022-12-31 03:17:07 +0000
commit5f227122324816312620dbe9a0a5ac336591c504 (patch)
treeeff1ef269137399ff106a935a651720f65c6d2c6 /pride.lua
parentd4a7db1e109861e9d5bdd21ac0201231ccf8c6b1 (diff)
pride
Diffstat (limited to 'pride.lua')
-rw-r--r--pride.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/pride.lua b/pride.lua
index 7c06597..0554bc3 100644
--- a/pride.lua
+++ b/pride.lua
@@ -14,7 +14,7 @@ function flag(cols,amount)
end
local shapes = {}
for i,col in ipairs(cols) do
- shapes[i] = q(i,col)
+ shapes[i] = q(i-1,col)
end
p.addShapes(shapes)
p.commit(amount or 1)