From ebbbb71d635d8c6371a092f10b169dcc9c68b76f Mon Sep 17 00:00:00 2001 From: benfry Date: Tue, 20 Dec 2005 19:41:49 +0000 Subject: [PATCH] oops, this wasn't actually setting the sketch folder --- core/PApplet.java | 2 +- core/todo.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/core/PApplet.java b/core/PApplet.java index abadc7a1e..ce507c591 100644 --- a/core/PApplet.java +++ b/core/PApplet.java @@ -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 diff --git a/core/todo.txt b/core/todo.txt index 9975e510c..3ffdec030 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -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