diff --git a/core/src/processing/core/PApplet.java b/core/src/processing/core/PApplet.java index 7b9e62108..0a6a0f753 100644 --- a/core/src/processing/core/PApplet.java +++ b/core/src/processing/core/PApplet.java @@ -10072,6 +10072,7 @@ public class PApplet implements PConstants { PSurface surface = sketch.initSurface(); // sketch.initSurface(windowColor, displayIndex, fullScreen, spanDisplays); + /* // 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.