From ddd46c2ca3bb06a4598c0ae064bccdb760286dc7 Mon Sep 17 00:00:00 2001 From: benfry Date: Tue, 10 May 2005 22:46:46 +0000 Subject: [PATCH] just cleaning boogers --- core/PGraphics2.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/PGraphics2.java b/core/PGraphics2.java index 4637086f3..a59572f2a 100644 --- a/core/PGraphics2.java +++ b/core/PGraphics2.java @@ -528,12 +528,12 @@ public class PGraphics2 extends PGraphics { if (who.modified) { cash.update(); who.modified = false; + //System.out.println("image modified"); } g2.drawImage(((ImageCache) who.cache).image, - //(int) x, (int) y, x2, y2, - (int) x1, (int) y1, (int) x2, (int) y2, - u1, v1, u2, v2, null); + (int) x1, (int) y1, (int) x2, (int) y2, + u1, v1, u2, v2, null); }