Skip to content

Commit f7061c9

Browse files
committed
Update JRubyArt.pde
1 parent 100f35e commit f7061c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

samples/JRubyArt/JRubyArt.pde

+3-3
Original file line numberDiff line numberDiff 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+
}

0 commit comments

Comments
 (0)