mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 09:39:19 +01:00
make sure background gets called.. calls defaults()..
This commit is contained in:
@@ -425,7 +425,7 @@ public class PGraphics extends PImage implements PMethods, PConstants {
|
||||
resize(iwidth, iheight);
|
||||
|
||||
// init color/stroke/fill
|
||||
defaults();
|
||||
//defaults();
|
||||
|
||||
// clear geometry for loading later
|
||||
//circleX = null; // so that bagel knows to init these
|
||||
|
||||
Reference in New Issue
Block a user