Fix bug. Not cleaning the liked list

This commit is contained in:
Nikola Petrov 2025-01-06 14:13:59 +01:00
parent 9d224968d2
commit 279562d212

View File

@ -211,4 +211,6 @@ void DnaManager::newGen()
{
DNA::mutate(&vector[i], NUM_OF_MUT, &randSeed);
}
disliked.clear();
liked.clear();
}