mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user