remove debug message

This commit is contained in:
Ben Fry
2015-05-16 21:09:00 -04:00
parent cc3f59ca39
commit f421f9d537

View File

@@ -1085,7 +1085,7 @@ public class PGraphicsFX2D extends PGraphics {
}
// If no tint, just shove the pixels on in there verbatim
//wr.setDataElements(0, 0, source.width, source.height, source.pixels);
System.out.println("moving the big one");
//System.out.println("moving the big one");
pw.setPixels(0, 0, source.width, source.height,
argbFormat, source.pixels, 0, source.width);
}