Skip to content

Commit

Permalink
+}--><--{+
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaudry committed Nov 13, 2024
1 parent 7b7c81f commit 7112eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p5-experiments/pentaptyque/pentaptyque003.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function onetyp(){
for (let y = 0; y < nbrows; y++) {
for (let x = 0; x < nbcols; x++) {
a = field[y][x]
r = res
r = res*2
push()
//rect((x*res),(y*res),4*r,4*r)
x1=x*res
Expand Down

0 comments on commit 7112eaa

Please sign in to comment.