Skip to content

Commit 38e284e

Browse files
committed
makes more sense if restoredSurface is true
1 parent 55f56aa commit 38e284e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/processing/core/PGraphics.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ public class PGraphics extends PImage implements PConstants {
647647
protected int restoreWidth, restoreHeight;
648648
protected int restoreCount;
649649
protected boolean restartedLoopingAfterResume = false;
650-
protected boolean restoredSurface = false;
650+
protected boolean restoredSurface = true;
651651

652652
//////////////////////////////////////////////////////////////
653653

0 commit comments

Comments
 (0)