mirror of
https://github.com/processing/processing4.git
synced 2026-02-17 20:35:38 +01:00
experimental now building from ant as its own unit
This commit is contained in:
@@ -67,7 +67,7 @@ public class DebugBuild extends JavaBuild {
|
||||
return null;
|
||||
}
|
||||
|
||||
public DebugMode getMode() {
|
||||
return (DebugMode)mode;
|
||||
public ExperimentalMode getMode() {
|
||||
return (ExperimentalMode)mode;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user