We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55f56aa commit 38e284eCopy full SHA for 38e284e
core/src/processing/core/PGraphics.java
@@ -647,7 +647,7 @@ public class PGraphics extends PImage implements PConstants {
647
protected int restoreWidth, restoreHeight;
648
protected int restoreCount;
649
protected boolean restartedLoopingAfterResume = false;
650
- protected boolean restoredSurface = false;
+ protected boolean restoredSurface = true;
651
652
//////////////////////////////////////////////////////////////
653
0 commit comments