Skip to content

Commit f37de2b

Browse files
committed
changing mx2/my2 back
1 parent 50c77f7 commit f37de2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/processing/core/PImage.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,8 +418,8 @@ public void setModified() { // ignore
418418
modified = true;
419419
mx1 = 0;
420420
my1 = 0;
421-
mx2 = width - 1;
422-
my2 = height - 1;
421+
mx2 = width;
422+
my2 = height;
423423
}
424424

425425

0 commit comments

Comments
 (0)