notes about bug

This commit is contained in:
benfry
2008-06-03 20:47:25 +00:00
parent 075d1c5340
commit c489768bcd
@@ -130,7 +130,8 @@ public class PGraphicsJava2D extends PGraphics {
protected void allocate() {
image = new BufferedImage(width, height, BufferedImage.TYPE_INT_ARGB);
g2 = (Graphics2D) image.getGraphics();
// can't un-set this because this may be only a resize (Bug #463)
// can't un-set this because this may be only a resize
// http://dev.processing.org/bugs/show_bug.cgi?id=463
defaultsInited = false;
}