moving blit() around a bit, change basic surface name

This commit is contained in:
Ben Fry
2015-04-25 04:37:17 -04:00
parent cdfe575ea2
commit 8803a1779a
7 changed files with 61 additions and 21 deletions
@@ -102,7 +102,7 @@ public class PGraphicsPDF extends PGraphicsJava2D {
@Override
public PSurface createSurface() {
return surface = new PSurfaceBasic();
return surface = new PSurfaceNone();
}