remove the delay loop, may fix #3315, #3316, #3303, #3363

This commit is contained in:
Ben Fry
2015-06-19 16:08:40 -04:00
parent ef73f76aaf
commit 59c7b26c50

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.
@@ -10084,6 +10085,7 @@ public class PApplet implements PConstants {
//System.out.println("interrupt");
}
}
*/
if (present) {
if (hideStop) {