working on opengl and getting things straightened out

This commit is contained in:
benfry
2005-02-27 22:18:28 +00:00
parent 8704e5a24d
commit 23b1a91e82
5 changed files with 18 additions and 17 deletions

View File

@@ -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;
//}
//////////////////////////////////////////////////////////////