who let that space in there?

This commit is contained in:
benfry
2012-09-10 16:48:51 +00:00
parent 19e76551b4
commit 35a533c845
+1 -1
View File
@@ -275,7 +275,7 @@ public class PImage implements PConstants, Cloneable {
pixels = new int[width * height];
WritableRaster raster = bi.getRaster();
raster.getDataElements(0, 0, width, height, pixels);
if (bi.getType() == BufferedImage.TYPE_INT_ARGB) {
if (bi.getType() == BufferedImage.TYPE_INT_ARGB) {
format = ARGB;
}