add comment to new processing-java variable for default output folder

This commit is contained in:
Sean McKenna
2013-06-09 00:42:46 -06:00
parent 3ec33f99e4
commit 0255c6acad

View File

@@ -104,7 +104,7 @@ public class Commander implements RunnerListener {
String pdePath = null; // path to the .pde file
String outputPath = null;
File outputFolder = null;
boolean outputSet = false;
boolean outputSet = false; // set an output folder
boolean force = false; // replace that no good output folder
// String preferencesPath = null;
int platform = PApplet.platform; // default to this platform