remove extra beginRecord() from ManyPages PDF example

This commit is contained in:
datguy
2013-07-08 20:12:51 -04:00
parent 4c943edb97
commit a8966dd5ed

View File

@@ -14,7 +14,6 @@ void setup() {
size(600, 600);
frameRate(4);
pdf = (PGraphicsPDF)beginRecord(PDF, "Lines.pdf");
beginRecord(pdf);
}
void draw() {