diff --git a/core/src/processing/core/PGraphics2D.java b/core/src/processing/core/PGraphics2D.java index 7021e2389..fa48ed456 100644 --- a/core/src/processing/core/PGraphics2D.java +++ b/core/src/processing/core/PGraphics2D.java @@ -58,8 +58,10 @@ public class PGraphics2D extends PGraphics { //resize handled by superclass + //requestDisplay handled by superclass + protected void allocate() { pixelCount = width * height; pixels = new int[pixelCount];