mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 02:20:45 +01:00
forgot to add the images
This commit is contained in:
@@ -46,7 +46,7 @@ public class ExperimentalMode extends JavaMode {
|
||||
public static final boolean VERBOSE_LOGGING = true;
|
||||
//public static final boolean VERBOSE_LOGGING = false;
|
||||
public static final int LOG_SIZE = 512 * 1024; // max log file size (in bytes)
|
||||
public static boolean DEBUG = true;
|
||||
public static boolean DEBUG = !true;
|
||||
|
||||
public ExperimentalMode(Base base, File folder) {
|
||||
super(base, folder);
|
||||
|
||||
Reference in New Issue
Block a user