mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
oops, this wasn't actually setting the sketch folder
This commit is contained in:
+1
-1
@@ -467,7 +467,7 @@ public class PApplet extends Applet
|
||||
|
||||
try {
|
||||
if (sketchPath == null) {
|
||||
System.getProperty("user.dir");
|
||||
sketchPath = System.getProperty("user.dir");
|
||||
}
|
||||
} catch (Exception e) { } // may be a security problem
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
0100 core
|
||||
X user.dir wasn't getting set properly
|
||||
|
||||
_ make dxf writer that'll work with recordRaw()
|
||||
_ enable PGraphicsPDF for inclusion
|
||||
|
||||
Reference in New Issue
Block a user