Skip to content

Commit a126b97

Browse files
committed
fix size
1 parent fe3fd94 commit a126b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chp9_ga/NOC_9_04_Faces_interactiveselection/NOC_9_04_Faces_interactiveselection.pde

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Population population;
99
Button button;
1010

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

0 commit comments

Comments
 (0)