We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 100f35e commit f7061c9Copy full SHA for f7061c9
samples/JRubyArt/JRubyArt.pde
@@ -33,10 +33,10 @@ void setup() {
33
} else if (OS.contains("windows")) {
34
sketchbookPath = (eightOne) ? home + separator + "Documents" + separator + "sketchbook"
35
: home + separator + "My Documents" + separator + "sketchbook";
36
- processingRoot = home + separator + "processing-3.0";
+ processingRoot = home + separator + "processing-3.1.1";
37
} else {
38
sketchbookPath = home + separator + "sketchbook";
39
40
}
41
rectColor = color(140);
42
rectColor2 = color(140);
@@ -178,4 +178,4 @@ class Button {
178
return (mouseX >= x && mouseX <= x + w
179
&& mouseY >= y && mouseY <= y + h);
180
181
-}
+}
0 commit comments