major work on libraries

This commit is contained in:
benfry
2004-09-22 06:22:09 +00:00
parent 6deaba69b5
commit 5fb043ad60
5 changed files with 262 additions and 106 deletions

View File

@@ -631,13 +631,6 @@ public class PGraphics extends PImage
}
}
// note that the zbuffer was messed with for the next frame
//zbufferTainted = (dimensions != 0);
// BLIT TO IMAGE (SCREEN)
//mis.newPixels(pixels, cm, 0, width);
//frameCount++;
// moving this back here (post-68) because of macosx thread problem
mis.newPixels(pixels, cm, 0, width);
}