Fix bug. Not cleaning the liked list
This commit is contained in:
parent
9d224968d2
commit
279562d212
@ -211,4 +211,6 @@ void DnaManager::newGen()
|
||||
{
|
||||
DNA::mutate(&vector[i], NUM_OF_MUT, &randSeed);
|
||||
}
|
||||
disliked.clear();
|
||||
liked.clear();
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user