Skip to content

Commit

Permalink
don't hurt georges eyes
Browse files Browse the repository at this point in the history
  • Loading branch information
cibomahto committed Jul 1, 2012
1 parent 1f1030b commit 581e564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Seizure.pde
Expand Up @@ -6,7 +6,7 @@ class Seizure extends Routine {
background(0,0,0);
}
else {
background(255,255,255);
background(130,130,130);
}

count = (count + 1) % 4;
Expand Down

0 comments on commit 581e564

Please sign in to comment.