This commit is contained in:
Ben Fry
2016-07-29 11:02:42 -04:00
parent 64378e7ffc
commit e9720f1e3f
-1
View File
@@ -720,7 +720,6 @@ public class PGraphics extends PImage implements PConstants {
public PGraphics() {
// In 3.1.2, giving up on the async image saving as the default
hints[DISABLE_ASYNC_SAVEFRAME] = true;
System.out.println("disabling async saveFrame");
}