mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
java 1.3 fixes for main(), and removing background() from resize()
This commit is contained in:
@@ -99,7 +99,7 @@ public class PGraphics2 extends PGraphics {
|
||||
allocate();
|
||||
|
||||
// clear the screen with the old background color
|
||||
background(backgroundColor);
|
||||
//background(backgroundColor);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user