fix problem with loadPixels being called in PDF (bug #1169)

This commit is contained in:
benfry
2009-02-23 13:12:31 +00:00
parent fada16644a
commit cb11471d72
+5 -1
View File
@@ -250,7 +250,11 @@ public class PGraphicsPDF extends PGraphicsJava2D {
}
// public void endDraw()
public void endDraw() {
// This needs to be overridden so that the endDraw() from PGraphicsJava2D
// is not inherited (it calls loadPixels).
// http://dev.processing.org/bugs/show_bug.cgi?id=1169
}
/**