mirror of
https://github.com/processing/processing4.git
synced 2026-02-21 14:25:38 +01:00
add comment to new processing-java variable for default output folder
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user