mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
begin/endFrame become begin/endDraw.. new DXF constant.. --hide-stop param.. fix for array methods to use any kind of objects
This commit is contained in:
+1
-1
@@ -122,7 +122,7 @@ public class Runner implements MessageConsumer {
|
||||
|
||||
params.add(PApplet.ARGS_EXTERNAL);
|
||||
params.add(PApplet.ARGS_PRESENT);
|
||||
params.add(PApplet.ARGS_PRESENT_STOP_COLOR + "=" +
|
||||
params.add(PApplet.ARGS_STOP_COLOR + "=" +
|
||||
Preferences.get("run.present.stop.color"));
|
||||
params.add(PApplet.ARGS_BGCOLOR + "=" +
|
||||
Preferences.get("run.present.bgcolor"));
|
||||
|
||||
Reference in New Issue
Block a user