mirror of
https://github.com/processing/processing4.git
synced 2026-02-08 16:19:31 +01:00
that shouldn't be there
This commit is contained in:
@@ -10074,7 +10074,6 @@ public class PApplet implements PConstants {
|
||||
// Wait until the applet has figured out its width. In a static mode app,
|
||||
// everything happens inside setup(), so this will be after setup() has
|
||||
// completed, and the empty draw() has set "finished" to true.
|
||||
/*
|
||||
while (sketch.defaultSize && !sketch.finished) {
|
||||
//System.out.println("default size");
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user