oops, this wasn't actually setting the sketch folder

This commit is contained in:
benfry
2005-12-20 19:41:49 +00:00
parent 045b0da2fd
commit ebbbb71d63
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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
View File
@@ -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