Minor examples update

This commit is contained in:
codeanticode
2012-05-23 23:32:00 +00:00
parent c63a06a8f0
commit a5a572fb8d
2 changed files with 2 additions and 2 deletions
@@ -39,7 +39,7 @@ void draw() {
void keyPressed() {
if(key==' ') build();
if(!online)saveFrame("bezPatch.png");
saveFrame("bezPatch.png");
}
void build() {
@@ -26,7 +26,7 @@ int tmpYp[];
void setup() {
size(1024, 768, P3D);
size(1024, 768, P2D);
background(0, 0, 0);
noStroke();