This commit is contained in:
Ben Fry
2015-06-19 16:09:06 -04:00
+1
View File
@@ -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.