mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
starting rev 115 and removing two debug messages
This commit is contained in:
@@ -1214,10 +1214,10 @@ public class PGraphics2 extends PGraphics {
|
||||
|
||||
|
||||
public void save(String filename) {
|
||||
System.out.println("start load");
|
||||
//System.out.println("start load");
|
||||
loadPixels();
|
||||
System.out.println("end load, start save");
|
||||
//System.out.println("end load, start save");
|
||||
super.save(filename);
|
||||
System.out.println("done with save");
|
||||
//System.out.println("done with save");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user