fix for resize()

This commit is contained in:
benfry
2010-02-28 13:35:38 +00:00
parent 768a4e9b25
commit b239ea93be

View File

@@ -378,6 +378,7 @@ public class PImage implements PConstants, Cloneable {
this.width = wide;
this.height = high;
this.pixels = temp.pixels;
this.bitmap = null;
}
// Mark the pixels array as altered
updatePixels();