Skip to content

Commit

Permalink
fixed small bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dmj12004 committed May 1, 2017
1 parent ea450c3 commit 69f5bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GeneticSimulation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ void GeneticSimulation::simulate(){

int winner = 0;

std::thread t1(game1.play,&winner);
game1.play(&winner);

if(winner == 0){
game2.play(&winner);
Expand Down

0 comments on commit 69f5bc8

Please sign in to comment.