java 1.3 fixes for main(), and removing background() from resize()

This commit is contained in:
benfry
2005-06-09 04:37:45 +00:00
parent e62e5d79a4
commit da5ff54ad4
3 changed files with 6 additions and 4 deletions

View File

@@ -99,7 +99,7 @@ public class PGraphics2 extends PGraphics {
allocate();
// clear the screen with the old background color
background(backgroundColor);
//background(backgroundColor);
}