diff options
| author | ubq323 <ubq323@ubq323.website> | 2022-12-31 03:17:07 +0000 |
|---|---|---|
| committer | ubq323 <ubq323@ubq323.website> | 2022-12-31 03:17:07 +0000 |
| commit | 5f227122324816312620dbe9a0a5ac336591c504 (patch) | |
| tree | eff1ef269137399ff106a935a651720f65c6d2c6 | |
| parent | d4a7db1e109861e9d5bdd21ac0201231ccf8c6b1 (diff) | |
pride
| -rw-r--r-- | pride.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
