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() {
3333 } else if (OS . contains(" windows" )) {
3434 sketchbookPath = (eightOne) ? home + separator + " Documents" + separator + " sketchbook"
3535 : home + separator + " My Documents" + separator + " sketchbook" ;
36- processingRoot = home + separator + " processing-3.0 " ;
36+ processingRoot = home + separator + " processing-3.1.1 " ;
3737 } else {
3838 sketchbookPath = home + separator + " sketchbook" ;
39- processingRoot = home + separator + " processing-3.0 " ;
39+ processingRoot = home + separator + " processing-3.1.1 " ;
4040 }
4141 rectColor = color (140 );
4242 rectColor2 = color (140 );
@@ -178,4 +178,4 @@ class Button {
178178 return (mouseX >= x && mouseX <= x + w
179179 && mouseY >= y && mouseY <= y + h);
180180 }
181- }
181+ }
You can’t perform that action at this time.
0 commit comments