Skip to content

Commit 38362ef

Browse files
committed
1 parent 85a7675 commit 38362ef

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

core/src/processing/core/PGraphics2D.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,10 @@ public PGraphics2D(int iwidth, int iheight, PApplet applet) {
5858

5959
//resize handled by superclass
6060

61+
6162
//requestDisplay handled by superclass
6263

64+
6365
protected void allocate() {
6466
pixelCount = width * height;
6567
pixels = new int[pixelCount];

0 commit comments

Comments
 (0)