explicit and better rng, remove junk and old code

This commit is contained in:
2024-07-10 10:41:25 +02:00
parent 699957f79a
commit ef91ec14fc
3 changed files with 12 additions and 86 deletions

View File

@ -461,7 +461,7 @@ float SHA1_NGCFT1::iterate(float delta) {
// updateChunkRequests updates the unfinished
// TODO: pull out and check there?
if (cp.participating_unfinished.empty()) {
std::cout << "destorying empty useless cp\n";
std::cout << "destroying empty useless cp\n";
cp_to_remove.push_back(c);
} else {
// most likely will have something soon