mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 05:39:18 +01:00
improving java2d integration
This commit is contained in:
@@ -219,8 +219,8 @@ public class PImage implements PConstants, Cloneable {
|
||||
public void modified() {
|
||||
mx1 = 0;
|
||||
my1 = 0;
|
||||
mx2 = width;
|
||||
my2 = height;
|
||||
mx2 = width - 1;
|
||||
my2 = height - 1;
|
||||
modified = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user