diff --git a/processing/core/PApplet.java b/processing/core/PApplet.java index e8e970143..25026f847 100644 --- a/processing/core/PApplet.java +++ b/processing/core/PApplet.java @@ -1657,8 +1657,9 @@ public class PApplet extends Applet } //File file = new File(folder, "screen-" + nf(frame, 4) + ".tif"); - save(savePath("screen-" + nf(frameCount, 4) + ".tif")); + //save(savePath("screen-" + nf(frameCount, 4) + ".tif")); //save("screen-" + nf(frame, 4) + ".tif"); + save("screen-" + nf(frameCount, 4) + ".tif"); }