Skip to content

Commit c69489f

Browse files
quickfix
1 parent 294db2b commit c69489f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiterator/sketch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function setup() {
88
G.ror = createVector(0,0) //Render Origin
99
G.cro = createVector(1,0) //Colour Rotation
1010
G.cor = createVector(0,0) //Colour Origin
11-
G.mode = 10 // iteration mode
11+
G.mode = 0 // iteration mode
1212
G.col=1 // colour mode
1313
G.mem=1 // colour memory
1414
G.rech=1 // regen check

0 commit comments

Comments
 (0)