mirror of
https://github.com/processing/processing4.git
synced 2026-02-02 21:29:17 +01:00
fix for resize()
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user