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

@@ -532,7 +532,8 @@ public class PGraphics2 extends PGraphics {
who.pixels,
who.my1*who.width + who.mx1, // offset for copy
who.width); // scan size
who.pixelsUpdated();
//who.pixelsUpdated();
who.modified = false;
}
int x2 = (int) (x + w);