mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 17:40:48 +01:00
make sure background gets called.. calls defaults()..
This commit is contained in:
@@ -767,6 +767,7 @@ public class PApplet extends Applet
|
||||
if (frameCount == 0) {
|
||||
//initGraphics();
|
||||
//createGraphics();
|
||||
defaults();
|
||||
setup();
|
||||
|
||||
this.pixels = g.pixels;
|
||||
|
||||
Reference in New Issue
Block a user