mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
lots of changes for recordShapes(), defaults(), beginFrame(), drag and
drop for adding files to sketches/opening sketches, tool to auto-build sketchbook folder
This commit is contained in:
@@ -120,6 +120,10 @@ public class PGraphics2 extends PGraphics {
|
||||
public void endFrame() {
|
||||
// moving this back here (post-68) because of macosx thread problem
|
||||
//mis.newPixels(pixels, cm, 0, width);
|
||||
|
||||
// need to mark pixels as needing an update, without calling
|
||||
// its own updatePixels, since that's crazy slow
|
||||
//updatePixels();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user