remove local that was masking the superclass field

This commit is contained in:
Ben Fry
2015-05-16 20:36:53 -04:00
parent c5f410d722
commit b33f6dff5e

View File

@@ -54,7 +54,7 @@ public class PSurfaceAWT extends PSurfaceNone {
// Canvas canvas;
Component canvas;
PGraphics graphics;
// PGraphics graphics; // moved to PSurfaceNone
int sketchWidth;
int sketchHeight;