Skip to content

Commit

Permalink
fix size
Browse files Browse the repository at this point in the history
  • Loading branch information
shiffman committed Jun 22, 2015
1 parent fe3fd94 commit a126b97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Population population;
Button button;

void setup() {
size(640,360);
size(800,200);
colorMode(RGB,1.0);
int popmax = 10;
float mutationRate = 0.05; // A pretty high mutation rate here, our population is rather small we need to enforce variety
Expand Down

0 comments on commit a126b97

Please sign in to comment.