mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 01:50:44 +01:00
saveFrame fix
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user