mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 10:30:44 +01:00
major work on libraries
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user