File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ void setup() {
33
33
} else if (OS . contains(" windows" )) {
34
34
sketchbookPath = (eightOne) ? home + separator + " Documents" + separator + " sketchbook"
35
35
: home + separator + " My Documents" + separator + " sketchbook" ;
36
- processingRoot = home + separator + " processing-3.0 " ;
36
+ processingRoot = home + separator + " processing-3.1.1 " ;
37
37
} else {
38
38
sketchbookPath = home + separator + " sketchbook" ;
39
- processingRoot = home + separator + " processing-3.0 " ;
39
+ processingRoot = home + separator + " processing-3.1.1 " ;
40
40
}
41
41
rectColor = color (140 );
42
42
rectColor2 = color (140 );
@@ -178,4 +178,4 @@ class Button {
178
178
return (mouseX >= x && mouseX <= x + w
179
179
&& mouseY >= y && mouseY <= y + h);
180
180
}
181
- }
181
+ }
You can’t perform that action at this time.
0 commit comments