Moving some documentation tags about of PApplet

This commit is contained in:
Casey Reas
2012-09-04 00:27:00 +00:00
parent 7e70c81040
commit ebb25d8a45
6 changed files with 20 additions and 39 deletions
@@ -12,7 +12,7 @@ PGraphics pg;
void setup() {
size(640, 360);
pg = createGraphics(400, 200, P2D);
pg = createGraphics(400, 200);
}
void draw() {