mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 09:39:19 +01:00
working on opengl and getting things straightened out
This commit is contained in:
@@ -345,13 +345,13 @@ public class PImage implements PConstants, Cloneable {
|
||||
}
|
||||
|
||||
|
||||
public void pixelsUpdated() {
|
||||
//public void pixelsUpdated() {
|
||||
//mx1 = Integer.MAX_VALUE;
|
||||
//my1 = Integer.MAX_VALUE;
|
||||
//mx2 = -Integer.MAX_VALUE;
|
||||
//my2 = -Integer.MAX_VALUE;
|
||||
modified = false;
|
||||
}
|
||||
//modified = false;
|
||||
//}
|
||||
|
||||
|
||||
//////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user